| Problem | lunchbox |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-05 18:30:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:10: error: ‘k’ was not declared in this scope
10 | cin >> k[i];
| ^
lunchbox.cpp:15:7: error: ‘arr’ was not declared in this scope
15 | sort(arr, arr + m);
| ^~~