Problem exam
User Helloworld
Submission Time 2026-01-21 17:09:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:12: error: expected ‘;’ before ‘if’
13 | x == 2
| ^
| ;
14 | if (x == 2);
| ~~