Problem | lunchbox |
---|---|
User | will |
Submission Time | 2023-02-14 08:36:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:13: error: ‘class std::vector<int>’ has no member named ‘gegin’; did you mean ‘begin’?
14 | sort(boxes.gegin(), boxes.end());
| ^~~~~
| begin
lunchbox.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(boxes.gegin(), boxes.end());
| ^~~~
| qsort
lunchbox.cpp:20:12: error: expected ‘;’ before ‘}’ token
20 | return 1
| ^
| ;
21 | }
| ~