Problem | lunchbox |
---|---|
User | CookieCoder |
Submission Time | 2025-07-02 16:13:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:4: error: request for member ‘sort’ in ‘k’, which is of non-class type ‘int [m]’
16 | k.sort(k, k + m);
| ^~~~
lunchbox.cpp:32:17: error: expected ‘}’ at end of input
32 | cout << counter;
| ^
lunchbox.cpp:6:1: note: to match this ‘{’
6 | {
| ^