Problem exam
User chickennn
Submission Time 2026-03-29 09:07:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:6: error: ‘X’ was not declared in this scope
11 | if (X == 1) {
| ^
exam.cpp:14:6: error: ‘X’ was not declared in this scope
14 | if (X == 2) {
| ^
exam.cpp:15:12: error: ‘A’ was not declared in this scope
15 | cout >> (A * B);
| ^
exam.cpp:15:16: error: ‘B’ was not declared in this scope
15 | cout >> (A * B);
| ^
exam.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^