| Problem | airplane2 |
|---|---|
| User | fwaeh |
| Submission Time | 2026-03-12 22:38:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane2.cpp: In function ‘bool ok(const std::vector<long long int>&, ll, ll)’:
airplane2.cpp:15:49: error: expected ‘)’ before ‘;’ token
15 | row += std::max(z, d - (c[i] - c[i - 1]);
| ~ ^
| )