Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.06 KB

Contest.md

File metadata and controls

21 lines (17 loc) · 1.06 KB

Contest

Properties

Name Type Description Notes
code str Contest code [optional]
name str Contest title/name [optional]
type str Ranklist type/format of the contest [optional]
url str URL of the contest. [optional]
banner_file str Banner URL of the contest [optional]
rules str Rules of the contest, html [optional]
announcements str Announcements of the contest [optional]
start_date str Start time of the contest [optional]
end_date str End time of the contest [optional]
freezing_time str Freezing time of the contest [optional]
current_time str Freezing time of the contest [optional]
problems_list list[ContestProblemsList] [optional]

[Back to Model list] [Back to API list] [Back to README]