| Problem | park |
|---|---|
| User | chien |
| Submission Time | 2026-02-19 23:26:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
park.cpp:14:11: error: invalid preprocessing directive #returns
14 | # returns seats left, people boarded
| ^~~~~~~
park.cpp:69:26: error: stray ‘#’ in program
69 | if command == 1: #join
| ^
park.cpp:73:28: error: stray ‘#’ in program
73 | elif command == 2: #leave
| ^
park.cpp:76:28: error: stray ‘#’ in program
76 | elif command == 3: #board
| ^
park.cpp:82:7: error: invalid preprocessing directive #for
82 | # for item in print_log:
| ^~~
park.cpp:83:11: error: invalid preprocessing directive #print
83 | # print(item)
| ^~~~~
park.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~