Problem park
User chien
Submission Time 2026-02-19 23:33:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

park.cpp:14:11: error: invalid preprocessing directive #returns
14 | # returns seats left, people boarded
| ^~~~~~~
park.cpp:68:26: error: stray ‘#’ in program
68 | if command == 1: #join
| ^
park.cpp:72:28: error: stray ‘#’ in program
72 | elif command == 2: #leave
| ^
park.cpp:75:28: error: stray ‘#’ in program
75 | elif command == 3: #board
| ^
park.cpp:81:7: error: invalid preprocessing directive #for
81 | # for item in print_log:
| ^~~
park.cpp:82:11: error: invalid preprocessing directive #print
82 | # print(item)
| ^~~~~
park.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~