Problem | lunchbox |
---|---|
User | CookieCoder |
Submission Time | 2025-07-02 16:15:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(k.begin(), k.end());
| ^~~~
| qsort
lunchbox.cpp:32:17: error: expected ‘}’ at end of input
32 | cout << counter;
| ^
lunchbox.cpp:6:1: note: to match this ‘{’
6 | {
| ^