Problem | gridgame |
---|---|
User | polyda |
Submission Time | 2024-06-02 20:03:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gridgame.cpp: In function ‘int main()’:
gridgame.cpp:27:15: error: redeclaration of ‘int x’
27 | int xo, yo, x, y;
| ^
gridgame.cpp:9:13: note: ‘int x’ previously declared here
9 | int w, h, x, y, k;
| ^
gridgame.cpp:27:18: error: redeclaration of ‘int y’
27 | int xo, yo, x, y;
| ^
gridgame.cpp:9:16: note: ‘int y’ previously declared here
9 | int w, h, x, y, k;
| ^