| Problem | exam |
|---|---|
| User | Ctjh |
| Submission Time | 2026-01-03 16:17:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | }
| ~
exam.cpp:13:16: error: expected ‘;’ before ‘}’ token
13 | cout << a * b
| ^
| ;
14 | }
| ~