Problem | exam |
---|---|
User | claireau |
Submission Time | 2023-11-08 13:24:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:24: error: expected ‘;’ before ‘}’ token
13 | {cout << "Hello World"
| ^
| ;
14 | }
| ~
exam.cpp:16:18: error: expected ‘;’ before ‘}’ token
16 | {cout << (a * b)
| ^
| ;
17 | }
| ~