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