Problem exam
User HeHeHeHa
Submission Time 2026-04-13 17:49:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:3: error: ‘cout’ was not declared in this scope
4 | cout << "Hello World" << "\n";
| ^~~~
exam.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << A * B << "\n";
| ^~~~