The Canadian Computing Competition (CCC) began in 1996 as a forum for high school students in Canada to learn about and enjoy aspects of programming. Top Senior contestants from the CCC are invited to attend the Canadian Computing Olympiad (CCO).
All students must use the CCC Online Grader. The CCC Online Grader currently supports C, C++, Python (2.x and 3.x), Pascal, Java, Perl, and PHP.
CCO competitors must use Java and/or C/C++.
While various languages are supported by the CCC Online Grader, it may not be possible in all cases to achieve a perfect score with a particular language choice (for example, Python or Java).
All students and teachers should familiarize themselves with the CCC Rules which encompass implementation details, submission limitations, provided feedback, scoring details and use of the Internet, references and other tools during the competition.
The CCC consists of two distinct papers: the Junior Division paper and the Senior Division paper. Each paper consists of 5 questions. Each question is worth 15 points. The range of difficulty increases from the first question to the last question on each paper.
More specifically, on the Junior Division paper:
Questions 1 and 2 | Straightforward (e.g., basic loops and conditions) |
Questions 3 and 4 | More challenging (e.g. some combination of loops, conditions and counting) |
Question 5 | Some advanced material (e.g., recursion, efficient sorting, clever algorithms) |
For the Senior Division paper:
Questions 1 and 2 | Basic algorithms (e.g., sorting, searching) |
Questions 3 and 4 | More advanced algorithms (e.g., careful counting, some mathematical reasoning) |
Question 5 | IOI level question |
For questions about the CCC Online Grader please contact us.