Problem boxispull
User tdb60
Submission Time 2023-11-08 14:32:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:6:19: error: expected ‘;’ before ‘<’ token
6 | for (int i = 0, i < t, t+= 1) {
| ^~
| ;
boxispull.cpp:6:20: error: expected primary-expression before ‘<’ token
6 | for (int i = 0, i < t, t+= 1) {
| ^
boxispull.cpp:6:30: error: expected ‘;’ before ‘)’ token
6 | for (int i = 0, i < t, t+= 1) {
| ^
| ;
boxispull.cpp:7:14: error: invalid types ‘long long int[int]’ for array subscript
7 | cin >> x1[i] >> y1[i] >> x2[i] >> y2[i];
| ^
boxispull.cpp:7:23: error: invalid types ‘long long int[int]’ for array subscript
7 | cin >> x1[i] >> y1[i] >> x2[i] >> y2[i];
| ^
boxispull.cpp:7:32: error: invalid types ‘long l