| Problem | boxispull |
|---|---|
| User | chog |
| Submission Time | 2026-04-22 15:15:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> testcount;
| ^~~
boxispull.cpp:7:22: error: ‘testcount’ was not declared in this scope
7 | for (int i = 0; i < testcount; i++){
| ^~~~~~~~~
boxispull.cpp:9:3: error: expected initializer before ‘cin’
9 | cin >> x1 >> y1 >> x2 >> y2
| ^~~