Problem | lunchbox |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-10 17:03:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
11 | sort(A.begin(),A.end());
| ^~~~
| qsort
lunchbox.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^