Problem exam
User claireau
Submission Time 2023-11-08 13:24:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:24: error: expected ‘;’ before ‘}’ token
13 | {cout << "Hello World"
| ^
| ;
14 | }
| ~
exam.cpp:16:9: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator<<’
16 | {count << (a * b)
| ~~~~~~^~~~~~~~~~