Problem | exam |
---|---|
User | Yuxuan |
Submission Time | 2024-04-21 15:00:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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) {
| ^
exam.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^