| Problem | exam |
|---|---|
| User | Jiajing |
| Submission Time | 2026-06-23 10:20:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello World"
| ^
| ;
9 | }
| ~
exam.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^