Problem exam
User Lover4u1YgC
Submission Time 2026-04-30 15:10:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
exam.cpp:4:2: error: expected initializer before ‘int’
4 | int x, a, b;
| ^~~
exam.cpp:5:1: error: expected unqualified-id before ‘if’
5 | if x=1
| ^~
exam.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if x=2
| ^~