Problem exam
User Rigiddivot251112
Submission Time 2026-06-22 15:41:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:2: error: ‘x’ was not declared in this scope
4 | x = 1
| ^
exam.cpp:7:4: error: ‘else’ without a previous ‘if’
7 | else;
| ^~~~