Problem lunchbox
User ZhangBowen
Submission Time 2025-04-13 12:55:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:23: error: ‘vec’ was not declared in this scope
12 | sort(schools.begin(),vec.end());
| ^~~
lunchbox.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘for’
14 | for (long long i=0;i<m;i++){
| ^~~
lunchbox.cpp:14:21: error: ‘i’ was not declared in this scope
14 | for (long long i=0;i<m;i++){
| ^