int main() { if(1) { if (1) { break; } else { continue; } } }