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