Problem exam
User Lavadragon071
Submission Time 2023-04-22 15:27:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:13:16: error: expected ‘;’ before ‘cout’
13 | cin >> a >> b
| ^
| ;
14 | cout << a*b << endl;
| ~~~~
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:6:1: note: to match this ‘{’
6 | {
| ^