Problem lunchbox
User zhaoyz
Submission Time 2026-06-23 16:51:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:16: error: ‘class std::vector<long long int>’ has no member named ‘sort’
12 | int sorted =a.sort(a.begin(),a.end());
| ^~~~
lunchbox.cpp:18:8: error: ‘t’ was not declared in this scope
18 | cout<<t<<endl;
| ^