Problem lunchbox
User JoThe
Submission Time 2026-07-29 17:10:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:12: error: expected primary-expression before ‘<’ token
16 | if (M[i]=<N){
| ^
lunchbox.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
lunchbox.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^