Problem exam
User AppleOnAstick
Submission Time 2023-11-08 14:23:43
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 = 2){
| ^
exam.cpp:11:6: error: ‘x’ was not declared in this scope
11 | if (x = 1){
| ^