Problem exam
User stefiewefieslays
Submission Time 2026-06-22 15:37:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:17:16: error: expected ‘;’ before ‘cout’
17 | cin >> a >> b
| ^
| ;
18 | cout << a*b;
| ~~~~