Problem boxispull
User Hijackedsoul
Submission Time 2023-08-13 19:22:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:10:17: error: expected initializer before ‘.’ token
10 | int x1, x2, y1. y2;
| ^
boxispull.cpp:11:22: error: ‘y1’ was not declared in this scope; did you mean ‘x1’?
11 | cin >> x1 >> x2 >> y1 >> y2;
| ^~
| x1
boxispull.cpp:11:28: error: ‘y2’ was not declared in this scope; did you mean ‘x2’?
11 | cin >> x1 >> x2 >> y1 >> y2;
| ^~
| x2