Problem exam
User shaekpie
Submission Time 2026-06-23 10:41:49
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 | } else {
| ~
exam.cpp:12:16: error: expected ‘;’ before ‘cout’
12 | cin >> A >> B
| ^
| ;
13 | cout << A*B
| ~~~~