| Name | Type | Description | Notes |
|---|---|---|---|
| contest_code | str | Contest Code of which the problem belongs. | [optional] |
| problem_code | str | Problem Code of the problem. | [optional] |
| problem_name | str | Name of the problem | [optional] |
| tags | list[str] | Problem Tags. | [optional] |
| author | str | Author of the problem. | [optional] |
| tester | str | Tester of the problem. | [optional] |
| body | str | Problem statement | [optional] |
| challenge_type | str | Type of the problem. Possible values can be binary, minimize, maximize and subtask. | [optional] |
| languages_supported | list[str] | [optional] | |
| max_time_limit | int | Time limit for the problem | [optional] |
| source_size_limit | int | Source size limit for the solution | [optional] |
| successful_submissions | int | Successful submisions by unique users | [optional] |
| total_submissions | float | Total submissions of the problem made. | [optional] |
| partial_submissions | float | Partial submissions for the problem made. | [optional] |
| view_start | str | Start time of the contest | [optional] |
| submit_start | str | Submit start time of the contest | [optional] |
| visible_start | str | Visible time of the contest | [optional] |
| end | str | End time of the contest | [optional] |
This repository was archived by the owner on Jun 13, 2024. It is now read-only.