| Problem | exam |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-22 15:38:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^
exam.cpp:11:6: error: expected ‘(’ before ‘x’
11 | if x == 1;
| ^
| (
exam.cpp:13:9: error: ‘A’ was not declared in this scope
13 | cin >> A >> B;
| ^
exam.cpp:13:14: error: ‘B’ was not declared in this scope
13 | cin >> A >> B;
| ^
exam.cpp:14:5: error: expected ‘(’ before ‘x’
14 | if x == 2;
| ^
| (