| Problem | exam |
|---|---|
| User | Kaijun |
| Submission Time | 2026-04-10 16:02:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:22: error: expected ‘;’ before ‘}’ token
10 | cout<<"Hello World"
| ^
| ;
11 | }
| ~
exam.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | cout<<a*b
| ^
| ;
15 | }
| ~