Problem exam
User Yuxuan
Submission Time 2024-04-21 15:01:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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