Problem | exam |
---|---|
User | coderccodes |
Submission Time | 2023-07-03 15:31:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:18:13: error: expected ‘;’ at end of input
18 | return 0
| ~^
| ;
exam.cpp:18:12: error: expected ‘}’ at end of input
18 | return 0
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^