Problem | boxispull |
---|---|
User | Dam |
Submission Time | 2023-02-03 10:36:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:28:10: error: ‘x1’ was not declared in this scope; did you mean ‘y1’?
28 | cin << x1 << y1 << x2 << y2;
| ^~
| y1
boxispull.cpp:28:22: error: ‘x2’ was not declared in this scope
28 | cin << x1 << y1 << x2 << y2;
| ^~
boxispull.cpp:28:28: error: ‘y2’ was not declared in this scope; did you mean ‘yn’?
28 | cin << x1 << y1 << x2 << y2;
| ^~
| yn