Problem | boxispull |
---|---|
User | wrizz69 |
Submission Time | 2023-11-10 15:33:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:10:5: error: ‘ll’ was not declared in this scope
10 | ll x1,y1,x2,y2;
| ^~
boxispull.cpp:12:11: error: expected ‘;’ before ‘ans’
12 | ll ans = 0;
| ^~~~
| ;
boxispull.cpp:13:14: error: ‘x1’ was not declared in this scope; did you mean ‘y1’?
13 | cin>>x1>>y1>>x2>>y2;
| ^~
| y1
boxispull.cpp:13:22: error: ‘x2’ was not declared in this scope
13 | cin>>x1>>y1>>x2>>y2;
| ^~
boxispull.cpp:13:26: error: ‘y2’ was not declared in this scope; did you mean ‘yn’?
13 | cin>>x1>>y1>>x2>>y2;
| ^~
| yn
boxispull.cpp:15:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 |