Problem gotoschool
User Daembt
Submission Time 2026-04-16 13:00:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:15:11: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘sort’
15 | store.sort(store.begin(),store.end());
| ^~~~