/
#include <iostream> int main() { int i = 0; if (i++) { std::cout << "yes\n"; } else { std::cout << "no\n"; } }