Problem | boxispull |
---|---|
User | yuxiangt |
Submission Time | 2025-08-03 00:31:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:18:50: error: expected ‘;’ before ‘cout’
18 | times = abs(x2[i] - x1[i]) +2+ abs(y2[i]-y1[i])
| ^
| ;
19 | cout<<times<<"\n";
| ~~~~