Problem ballot
User DXY
Submission Time 2025-10-26 21:33:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballot.cpp:3:16: error: stray ‘#’ in program
3 | def lb(a, x): # lower_bound
| ^
ballot.cpp:17:58: error: stray ‘#’ in program
17 | arr = sorted((v, i + 1) for i, v in enumerate(ballots)) # (ballot, label)
| ^
ballot.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~
ballot.cpp:13:15: error: ‘C’ does not name a type
13 | N = next(it); C = next(it)
| ^