Problem exam
User lzc480
Submission Time 2025-11-12 11:00:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:16:13: error: expected ‘}’ at end of input
16 | cout << a*b;
| ^
exam.cpp:14:7: note: to match this ‘{’
14 | }else {
| ^
exam.cpp:16:13: error: expected ‘}’ at end of input
16 | cout << a*b;
| ^
exam.cpp:6:17: note: to match this ‘{’
6 | int32_t main () {
| ^