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