Problem | exam |
---|---|
User | kashsinghal |
Submission Time | 2023-11-08 11:33:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:10:3: error: expected ‘}’ before ‘else’
10 | else if (x == 2) {
| ^~~~
exam.cpp:8:14: note: to match this ‘{’
8 | if (x == 1) {
| ^
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:5:16: note: to match this ‘{’
5 | int32_t main (){
| ^