| Problem | exam |
|---|---|
| User | StarSparrowFox |
| Submission Time | 2024-01-23 19:20:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:19:16: error: expected ‘;’ before ‘}’ token
19 | cout << total
| ^
| ;
20 | }
| ~
exam.cpp:22:10: error: expected ‘;’ before ‘}’ token
22 | return 0
| ^
| ;
23 | }
| ~