Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contest ¶
type Contest struct { Name string ID string // like "abc123" Kind string // like "Algorithm", "Heuristics"... State string // "permanent", "upcoming", "archive" }
Contest has Name, ID, Kind, State.
type IoStyle ¶
IoStyle represents input and output signature. Input and Output are machine readable sections. ~Desc is Description of ones.
type Language ¶
Language stand for "<option value={Language.Value} data-mime={Language.Datamime}>{Language.Text}</option>"
type Submission ¶
Click to show internal directories.
Click to hide internal directories.