| Problem | lunchbox |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-05 18:36:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:5:7: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | int k[m];
| ^
| tm
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:10: error: ‘k’ was not declared in this scope
11 | cin >> k[m];
| ^
lunchbox.cpp:16:7: error: ‘k’ was not declared in this scope
16 | sort(k, k + m);
| ^