Problem exam
User Mithilesh
Submission Time 2026-06-22 16:23:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:8:10: error: missing terminating ' character
8 | cout<< 'Hello World";
| ^~~~~~~~~~~~~~
exam.cpp: In function ‘int main()’:
exam.cpp:9:2: error: expected primary-expression before ‘}’ token
9 | }else{
| ^
exam.cpp:10:20: error: expected ‘;’ before ‘cout’
10 | int A,B;cin>>A>>B
| ^
| ;
11 | cout << A*B;
| ~~~~