| Problem | pilot |
|---|---|
| User | yc |
| Submission Time | 2025-06-05 10:14:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pilot.cpp: In function ‘int main()’:
pilot.cpp:17:4: error: expected ‘}’ before ‘else’
17 | else {k[j].second.second =k[j].second.second+1;}
| ^~~~
pilot.cpp:14:25: note: to match this ‘{’
14 | if (n[i]>k[j].first) {
| ^