| Problem | exam |
|---|---|
| User | EoinSamalo |
| Submission Time | 2026-04-10 16:20:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:24: error: expected ‘;’ before ‘}’ token
7 | cout << "Hello World"
| ^
| ;
8 | }
| ~
exam.cpp:14:14: error: expected ‘;’ before ‘}’ token
14 | cout << b*c
| ^
| ;
15 | }
| ~