Problem exam
User Cat
Submission Time 2025-01-20 16:56:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:5: error: ‘x’ was not declared in this scope
4 | if (x==1){cout<<"Hello World";}
| ^
exam.cpp:5:12: error: ‘A’ was not declared in this scope
5 | else{cout<<A*B;}
| ^
exam.cpp:5:14: error: ‘B’ was not declared in this scope
5 | else{cout<<A*B;}
| ^