Problem exam
User PGisnotnice5
Submission Time 2025-04-09 17:27:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:11: error: expected ‘;’ before ‘cout’
6 | cin>>a>>b
| ^
| ;
7 | cout << "Hello World!"<<" "<<a*b;
| ~~~~