| Problem | exam |
|---|---|
| User | carycaryicar |
| Submission Time | 2023-11-09 07:55:35 |
| 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:14: error: expected ‘;’ before ‘}’ token
13 | cout << A*B
| ^
| ;
14 | }
| ~