Problem boxispull
User carson
Submission Time 2025-03-16 09:39:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:5:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n;
| ^
| yn
boxispull.cpp:11:3: error: ‘y_dif’ was not declared in this scope
11 | y_dif = y2-y1;
| ^~~~~
boxispull.cpp:13:3: error: ‘x_dif’ was not declared in this scope
13 | x_dif = x2-x1;
| ^~~~~