Problem | exam |
---|---|
User | Schoolpurposes |
Submission Time | 2024-12-12 20:57:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:3: error: expected ‘}’ before ‘else’
9 | else if (x == 2){
| ^~~~
exam.cpp:7:14: note: to match this ‘{’
7 | if (x == 1){
| ^
exam.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^