int main() { int x = 4; if (x == 4) { return 3; } else { return 5; } }