Problem exam
User mengqi6767
Submission Time 2026-06-22 15:37:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:6: error: expected unqualified-id before ‘=’ token
7 | int = x;
| ^
exam.cpp:8:6: error: expected unqualified-id before ‘=’ token
8 | int = A;
| ^
exam.cpp:9:6: error: expected unqualified-id before ‘=’ token
9 | int = B;
| ^
exam.cpp:10:9: error: ‘x’ was not declared in this scope
10 | cin >> x >> A >> B;
| ^
exam.cpp:10:14: error: ‘A’ was not declared in this scope
10 | cin >> x >> A >> B;
| ^
exam.cpp:10:19: error: ‘B’ was not declared in this scope
10 | cin >> x >> A >> B;
| ^
exam.cpp:11:6: error: expected ‘(’ before ‘x’
11 | if x == 1;
| ^
| (
exam.cpp:13:5: error: expected ‘(’ before ‘x’
13 | if x == 2;
| ^
| (