Problem | boxispull |
---|---|
User | Water |
Submission Time | 2024-02-17 08:30:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:14:11: error: ‘i’ was not declared in this scope
14 | coor[0][i] = x1;
| ^
boxispull.cpp:22:11: error: ‘i’ was not declared in this scope
22 | int j = i;
| ^
boxispull.cpp:23:68: error: expected primary-expression before ‘)’ token
23 | if (((coor[2][j] - coor[0][j])!=0)&&((coor[3][j]-coor[1][j])!=0))){
| ^