Problem exam
User FullName
Submission Time 2026-03-27 14:11:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:5: error: expected ‘(’ before ‘x’
7 | if x = 2
| ^
| (
exam.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cin >> A;
| ^
exam.cpp:13:5: error: expected ‘(’ before ‘x’
13 | if x = 1
| ^
| (
exam.cpp:16:15: error: expected ‘}’ at end of input
16 | cout << A * B
| ^
exam.cpp:5:1: note: to match this ‘{’
5 | {
| ^