Safe Haskell | None |
---|---|
Language | Haskell2010 |
Codeforces.Types.Common
Description
Common types used across the application.
Documentation
ID of the contest.
Not to be confused with contest round number. The ID appears in the contest URL, for example in: https://codeforces.com/contest/566/status.
Constructors
ContestId | |
Fields
|
Instances
Eq ContestId Source # | |
Ord ContestId Source # | |
Show ContestId Source # | |
FromJSON ContestId Source # | |
Codeforces user handle.
type ProblemIndex = Text Source #
A letter, or letter with digit(s) indicating the problem index in a contest.