ProblemResult

class cforces.enums.ProblemResultType(*values)

Bases: Enum

PRELIMINARY = 'PRELIMINARY'

Results that may be subject to changes (by hacks, or the system tests).

FINAL = 'FINAL'

Results that cannot change.