Problem exam
User DuckyKayden
Submission Time 2025-07-09 17:09:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else
| ^~~~
exam.cpp:11:14: note: to match this ‘{’
11 | if (x == 1) {
| ^
exam.cpp:14:10: error: ‘A’ was not declared in this scope
14 | cin >> A;
| ^
exam.cpp:15:10: error: ‘B’ was not declared in this scope
15 | cin >> B;
| ^
exam.cpp:16:11: error: ‘A’ was not declared in this scope
16 | cout << A*B;
| ^