Problem | lunchbox |
---|---|
User | leafeon |
Submission Time | 2025-05-25 14:05:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:2: error: expected initializer before ‘for’
15 | for (int rizz = 0; rizz < sch; rizz++){
| ^~~
lunchbox.cpp:15:21: error: ‘rizz’ was not declared in this scope
15 | for (int rizz = 0; rizz < sch; rizz++){
| ^~~~
lunchbox.cpp:18:12: error: ‘e’ was not declared in this scope
18 | std::sort(e.begin(), e.end());
| ^