Problem exam
User FullName
Submission Time 2026-03-27 14:26:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | cout << "Hello World"
| ^
| ;
10 | } else if (x = 2) {
| ~
exam.cpp:13:11: error: ‘A’ was not declared in this scope
13 | cout << A * B
| ^
exam.cpp:13:15: error: ‘B’ was not declared in this scope
13 | cout << A * B
| ^