Problem lunchbox
User PrunJuice
Submission Time 2025-06-26 15:05:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:1:1: error: ‘n’ does not name a type
1 | n, m = map(int, input().split())
| ^
lunchbox.cpp:4:1: error: ‘arr’ does not name a type
4 | arr = []
| ^~~