Problem exam
User mingze
Submission Time 2026-06-22 16:21:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^
exam.cpp:13:16: error: expected ‘;’ before ‘}’ token
13 | cout << a * b
| ^
| ;
14 | }
| ~