Skip to content
CCC Python Course

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

  1. 1Reading a CCC problem statement

Practice

Try these on the judge. Each link opens the problem on WMOJ.

  1. 2024 J3
    Bronze Count (opens on WMOJ in a new tab) WMOJ

    Find the third-highest distinct score in a list of contest scores.

  2. 2022 J3
    Harp Tuning (opens on WMOJ in a new tab) WMOJ

    Split one line of mixed letters and numbers into separate instructions.