Thornhill Computer Club 2024 - February Contest
To practice for the upcoming Canadian Computing Competition, the Thornhill Computer Club is hosting a Mock CCC contest.
The organizers for this contest are:
, , , , and .- The contest will consist of 6 questions ranging in difficulty from CCC Junior to CCC Senior.
- Contestants may ONLY consult official language documentation.
- This contest will be rated for all users.
Clarification requests for the contest can either be routed through the clarification system provided on TSSOJ.
Any suspicious behavior will result in being forcibly ranked at the bottom of the scoreboard.
The contest consists of 6 questions in an order of difficulty from easiest (J1 level) to hardest (S2 level). It is highly recommended to read all of the problems. After the contest window begins, you may begin at any time. You will be able to submit until the hard deadline at the end of the month.
After joining the contest, you proceed to the Problems tab to begin. You can also go to Users if you wish to see the rankings.
We have listed below some advice as well as contest strategies:
- Start from the beginning. Ties will be broken by the sum of times used to solve the problems starting from the beginning of the contest.
- Remove all extra debugging code and/or input prompts from your code before submitting. The judge is strict — your output must match the judge output exactly.
- Do not pause program execution at the end. The judging process is automated. You should use
stdin
/stdout
to perform input / output, respectively. - It should be guaranteed that all the problems will be solvable with C++, Python 3/PyPy3, and Java.
- Read and try all the problems!!! Maximizing subtasks is the best way to guarantee a higher score!
At the end of the contest, you may comment below to appeal a judging verdict. In the case of appeals, the decision(s) of our staff is final.
Problems
Problem | Points | AC Rate | Users | |
---|---|---|---|---|
TCCC '24 Feb P1 - Morning Routine | 3p | 33.3% | 24 | |
TCCC '24 Feb P2 - Mountain Misfortune | 3 | 41.9% | 20 | |
TCCC '24 Feb P3 - Snowy Days | 3p | 17.2% | 16 | |
TCCC '24 Feb P4 - Good Gifts | 5p | 40.0% | 15 | |
TCCC '24 Feb P5 - Mars Adventure | 7p | 9.9% | 4 | |
TCCC '24 Apr P7 - Hyper Magnet | 10p | 17.4% | 1 |
Comments