Problem exam
User clairexx
Submission Time 2025-08-04 16:46:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:13: error: expected ‘;’ before ‘}’ token
7 | cout << x*y
| ^
| ;
8 | }
| ~