Problem lunchbox
User ZhongDing
Submission Time 2024-02-07 00:06:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:11: error: expected ‘;’ before ‘vector’
7 | cin>>N>>m
| ^
| ;
8 | vector<long long> schools;
| ~~~~~~
lunchbox.cpp:13:3: error: ‘schools’ was not declared in this scope
13 | schools.push_back(amt);
| ^~~~~~~
lunchbox.cpp:15:7: error: ‘schools’ was not declared in this scope
15 | sort(schools.begin(),schools.end());
| ^~~~~~~