Problem gotoschool
User annan
Submission Time 2023-11-11 21:53:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:9:6: error: redeclaration of ‘int x’
9 | int x;
| ^
gotoschool.cpp:7:9: note: ‘int x’ previously declared here
7 | int n,x;
| ^