Problem | boxispull |
---|---|
User | Memeathon |
Submission Time | 2025-02-09 10:47:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:10:7: error: ‘x1’ was not declared in this scope; did you mean ‘xx’?
10 | if (x1-x2==0||y1-y2==0) {
| ^~
| xx
boxispull.cpp:10:10: error: ‘x2’ was not declared in this scope; did you mean ‘xx’?
10 | if (x1-x2==0||y1-y2==0) {
| ^~
| xx
boxispull.cpp:10:20: error: ‘y2’ was not declared in this scope; did you mean ‘yy’?
10 | if (x1-x2==0||y1-y2==0) {
| ^~
| yy