Problem exam
User SMILE
Submission Time 2024-04-13 09:41:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:2:2: error: ‘cin’ was not declared in this scope
2 | cin>>x;
| ^~~
exam.cpp:2:7: error: ‘x’ was not declared in this scope
2 | cin>>x;
| ^
exam.cpp:4:3: error: ‘cout’ was not declared in this scope
4 | cout<<"Hello World";
| ^~~~
exam.cpp:6:8: error: ‘A’ was not declared in this scope
6 | cin>>A>>B;
| ^
exam.cpp:6:11: error: ‘B’ was not declared in this scope
6 | cin>>A>>B;
| ^
exam.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout<<A*B;
| ^~~~