Problem collectmushrooms6
User AlphanumericUsername
Submission Time 2023-01-30 20:28:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:52:6: error: ‘x2’ was not declared in this scope; did you mean ‘x1’?
52 | if(x2<=0 && y2<=0){
| ^~
| x1
collectmushrooms6.cpp:52:15: error: ‘y2’ was not declared in this scope; did you mean ‘y1’?
52 | if(x2<=0 && y2<=0){
| ^~
| y1