Quiz tasks definition
Code task
A task designed to be solved by writing and submitting a valid program on one of the supported programming languages.
Content
Code tasks description contains arbitrary Markdown content (usually a problem statement).
Checking
See Checking — Code test suites
Tips
To ensure participants know about format and constraints of
the data you are expecting and format and
constraints of input data you give them, it's good
to have short and concise format description
written in ### Input data and
### Output data after the problem statement.