Reading a CCC problem statement
- Stage
- 2
- Module
- M2.1
- Lessons
- 1
In this module
- Identify the sections of a CCC statement: description, input specification, subtask table, output specification, sample input and output, and technical notes.
- Underline every bound in the input specification before writing any code.
- Read the subtask table as a list of facts about one problem, and recognize 1-indexing and "any valid answer" wording.
Before this module
Lessons
Practice
Try these on the judge. Each link opens the problem on WMOJ.
- 2024 J3Bronze Count (opens on WMOJ in a new tab) WMOJ
Find the third-highest distinct score in a list of contest scores.
- 2022 J3Harp Tuning (opens on WMOJ in a new tab) WMOJ
Split one line of mixed letters and numbers into separate instructions.