Problem collectmushrooms
User PlayVoltz
Submission Time 2023-07-18 22:47:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:59:9: error: ‘x’ was not declared in this scope
59 | cin>>x>>y;
| ^
collectmushrooms.cpp:59:12: error: ‘y’ was not declared in this scope
59 | cin>>x>>y;
| ^
collectmushrooms.cpp:63:9: error: ‘x’ was not declared in this scope
63 | cin>>x>>y;
| ^
collectmushrooms.cpp:63:12: error: ‘y’ was not declared in this scope
63 | cin>>x>>y;
| ^