Problem exam
User xy12
Submission Time 2025-08-07 14:26:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:9:2: error: expected ‘}’ before ‘else’
9 | else if (x==2) {
| ^~~~
exam.cpp:7:12: note: to match this ‘{’
7 | if (x==1) {
| ^
exam.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^