int res, second; int main() { res = 0 ? 2 : 3; second = 1 ? 2 : 3; return 0; }