Problem | exam |
---|---|
User | Cscuile |
Submission Time | 2025-04-09 17:27:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else if (x==2){
| ^~~~
exam.cpp:11:11: note: to match this ‘{’
11 | if (x==1){
| ^
exam.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^