Problem lunchbox
User dumbfounded47
Submission Time 2026-01-14 12:37:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:21: error: expected ‘)’ before ‘!’ token
16 | if ((K[i] + total) !> n){total += K[i]; count += 1;}
| ~ ^~
| )