| Problem | gotoschool |
|---|---|
| User | Daembt |
| Submission Time | 2026-04-16 13:00:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:9:2: error: expected initializer before ‘for’
9 | for (int i = 0; i<n; i++){
| ^~~
gotoschool.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i<n; i++){
| ^
gotoschool.cpp:15:11: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘sort’
15 | store.sort(store.begin(),store.end());
| ^~~~