Problem exam
User key678
Submission Time 2026-06-22 15:45:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:16: error: expected ‘;’ before ‘cout’
10 | cin >> a >> b
| ^
| ;
11 | cout << a * b ;
| ~~~~
exam.cpp:13:10: error: expected ‘}’ at end of input
13 | return 0;
| ^
exam.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^