Problem feast
User LegiboY
Submission Time 2023-03-16 17:23:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp:45:6: error: invalid preprocessing directive #removing
45 | #removing negatives from maxsublist by utilising extra people to skip negative meals
| ^~~~~~~~
feast.cpp:1:1: error: ‘temp’ does not name a type
1 | temp = list(map(int,input().split()))
| ^~~~