Problem | lunchbox |
---|---|
User | T34 |
Submission Time | 2025-09-26 11:01:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:7:23: error: stray ‘#’ in program
7 | N = int(data[0]) # Total lunch boxes
| ^
lunchbox.cpp:8:23: error: stray ‘#’ in program
8 | m = int(data[1]) # Number of schools
| ^
lunchbox.cpp:11:7: error: invalid preprocessing directive #Sort
11 | # Sort the requests in ascending order
| ^~~~
lunchbox.cpp:17:7: error: invalid preprocessing directive #Allocate
17 | # Allocate lunch boxes greedily
| ^~~~~~~~
lunchbox.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~