| Problem | lunchbox |
|---|---|
| User | BigBackAdrino |
| Submission Time | 2026-06-10 16:02:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:16: error: request for member ‘begin’ in ‘dataset’, which is of non-class type ‘int [m]’
10 | sort (dataset.begin (), dataset.end ());
| ^~~~~
lunchbox.cpp:10:34: error: request for member ‘end’ in ‘dataset’, which is of non-class type ‘int [m]’
10 | sort (dataset.begin (), dataset.end ());
| ^~~
lunchbox.cpp:10:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
10 | sort (dataset.begin (), dataset.end ());
| ^~~~
| qsort