Thornhill Computer Club 2023 - November Contest
This is the Second Thornhill Computer Club Contest of the 2023 - 2024 School Year!
The organizers for this contest are:
, , , and .- The contest will consist of 6 questions mostly based on the content that has been covered for the past two months of computer club meetings.
- Contestants may ONLY consult official language documentation and lesson plan PDFs posted in the discord.
- This contest will be rated for users under 1900 rating.
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.
If you are new to TSSOJ or are unfamiliar with the judge input/output format, try to complete the following problems before attempting the contest.
The contest consists of 6 questions in an order of difficulty from easiest (J2 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.
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 '23 Nov P1 - Standard Guidelines | 3p | 39.1% | 15 | |
TCCC '23 Nov P2 - Candy Stash | 5p | 28.3% | 12 | |
TCCC '23 Nov P3 - Maximal Candy Operation | 7p | 55.2% | 12 | |
TCCC '23 Nov P4 - Special Sequential Letter Sequences | 7p | 15.6% | 9 | |
TCCC '23 Nov P5 - The Silver Hedgehog | 12p | 19.1% | 7 | Editorial |
TCCC '23 Nov P6 - String Permutations | 10p | 11.5% | 5 |
Comments