Problem exam
User liuenming0526
Submission Time 2024-02-18 13:35:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:17: error: expected ‘;’ before ‘cout’
9 | cin >> x >> y
| ^
| ;
10 | cout << x*y;
| ~~~~