ContestPhase
- class cforces.enums.ContestPhase(*values)
Bases:
Enum- BEFORE = 'BEFORE'
The contest has not yet started.
- CODING = 'CODING'
The contest has started.
- PENDING_SYSTEM_TEST = 'PENDING_SYSTEM_TEST'
The contest has ended, but system tests are pending.
- SYSTEM_TEST = 'SYSTEM_TEST'
The contest has ended, and system tests are running.
- FINISHED = 'FINISHED'
The contest has ended, and it is not subject to any changes.