Problem | exam |
---|---|
User | silvspider |
Submission Time | 2024-04-13 09:47:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:7:10: note: to match this ‘{’
7 | if(x==1){
| ^
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^