Problem exam
User bearbitrabbit
Submission Time 2026-06-22 15:22:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:24: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello World"
| ^
| ;
9 | }
| ~
exam.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cout << A*B
| ^
| ;
12 | }
| ~