Problem lunchbox
User ppppeixi
Submission Time 2026-06-11 22:22:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:28:4: error: invalid digit "8" in octal constant
28 | 10:08 PM
| ^~
lunchbox.cpp:28:6: error: stray ‘\342’ in program
28 | 10:08 PM
| ^
lunchbox.cpp:28:7: error: stray ‘\200’ in program
28 | 10:08 PM
| ^
lunchbox.cpp:28:8: error: stray ‘\257’ in program
28 | 10:08 PM
| ^
lunchbox.cpp:32:6: error: stray ‘\342’ in program
32 | 10:21 PM
| ^
lunchbox.cpp:32:7: error: stray ‘\200’ in program
32 | 10:21 PM
| ^
lunchbox.cpp:32:8: error: stray ‘\257’ in program
32 | 10:21 PM
| ^
lunchbox.cpp:25:5: error: expected constructor, destructor, or type conversion before ‘(’ token
25 | sort(arr, arr+m)
| ^
lunchbox.cpp:37:8: error: redefinition of ‘int main()’
37 | signed main() {
| ^~~~
lunchbox.cpp:5:8: note: ‘int main()’ previously defined here
5 | signed main() {