Problem exam
User simps
Submission Time 2023-07-02 15:36:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:14: error: expected ‘}’ at end of input
11 | cout << A*B;
| ^
exam.cpp:9:7: note: to match this ‘{’
9 | else {
| ^
exam.cpp:11:14: error: expected ‘}’ at end of input
11 | cout << A*B;
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^