#include stdio.h
void solve() {
bool ok = false;
printf(ok ? "YES" : "NO");
}
int main() {
solve();
return 0;
}
What will be the output of the following code snippet?

Posted on by