| Problem | exam |
|---|---|
| User | eipi10 |
| Submission Time | 2026-06-22 19:49:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:23: error: expected ‘;’ before ‘}’ token
12 | cout << "Hello World"
| ^
| ;
13 | }
| ~
exam.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout << A*B
| ^
| ;
16 | }
| ~