Problem | exam |
---|---|
User | CO2 |
Submission Time | 2024-01-29 16:24:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:14: error: expected ‘;’ before ‘}’ token
8 | cout << sum
| ^
| ;
9 |
10 | } else if (x == 1){
| ~
exam.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^