Problem exam
User Celado
Submission Time 2025-01-31 19:24:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:15:2: error: expected ‘}’ before ‘else’
15 | else {
| ^~~~
exam.cpp:12:19: note: to match this ‘{’
12 | else if (x == 1) {
| ^
exam.cpp: At global scope:
exam.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^