Problem exam
User 90Dream09
Submission Time 2026-01-27 22:24:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:5: error: expected ‘(’ before ‘x’
11 | if x = 1;
| ^
| (
exam.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else;
| ^~~~