#include using namespace std; int main(){ int x = 3; cout << x ? 1 : 2; return 0; }