| Problem | airplane2 |
|---|---|
| User | ilikeeggs |
| Submission Time | 2026-02-23 10:17:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane2.cpp: In function ‘bool solve(long long int)’:
airplane2.cpp:15:49: error: expected ‘)’ before ‘;’ token
15 | rH += max(x-abs(c[i]-c[i-1]), x*(m[c[i-1]]-1);
| ~ ^
| )