Problem lunchbox
User trzaeta
Submission Time 2025-06-03 21:20:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main(int, char**)’:
lunchbox.cpp:12:10: error: ‘sort’ is not a member of ‘std’
12 | std::sort(schools.begin(), schools.end());
| ^~~~