Problem exam
User zien
Submission Time 2026-06-22 16:28:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:6: error: ‘x’ was not declared in this scope
5 | if (x == 1) {
| ^
exam.cpp:9:5: error: ‘x’ was not declared in this scope
9 | if (x == 2) {
| ^
exam.cpp:15:5: error: ‘x’ was not declared in this scope
15 | if (x == 2) {
| ^