| Problem | lunchbox |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-02-11 20:54:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:57: error: expected ‘;’ before ‘searchComplete’
11 | if (lunch[j] > lunch[j+1]) swap(lunch[j], lunch[j+1])
| ^
| ;
12 | searchComplete = false;
| ~~~~~~~~~~~~~~