Problem exam
User Law
Submission Time 2024-06-20 13:46:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:2: error: expected ‘}’ before ‘else’
11 | else if (x == 2) {
| ^~~~
exam.cpp:9:14: note: to match this ‘{’
9 | if (x == 1) {
| ^