Owl Get a Life
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 = [] | ^~~