| Problem | queuecutting | 
|---|---|
| User | skibidininja98 | 
| Submission Time | 2024-06-21 14:40:35 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 queuecutting.cpp:1:1: error: ‘from’ does not name a type
    1 | from collections import deque
      | ^~~~
queuecutting.cpp:12:5: error: ‘result’ does not name a type
   12 |     result = []
      |     ^~~~~~
queuecutting.cpp:35:1: error: expected declaration before ‘}’ token
   35 | }
      | ^