Computer Club Contest

Welcome to the first Thornhill Computer Club Contest with prizes!

Contest extended to January 31, 2019.

We have decided to combine the ICS contest with the competitive contest due to a lack of prizes for the ICS division. Therefore, we have made the contest have a 3 hour window as there are 10 problems, from January 17, 2019, 3:15 PM to 11:59 PM of January 31, 2019. Note that only members of Thornhill Secondary will receive a prize.

Prizes

First place will receive $15 dollars, second will receive $10, and third will receive $5.

Rules

  • Contestants must write under CCC rules. Notably, contestants may not consult the Internet outside of accessing the relevant parts of the contest via the TSSOJ platform or consulting language documentation, and contestants may not use any prewritten code.
  • Contest duration: 3 hours.
  • Number of problems: 10.
  • Not rated.
  • Problem setters for this contest: jsumabat, RayZhang, David
  • Testers: Kevin, big__baba, Andrew, boldmany, Anatoly

Clarification requests for the contest must be routed through the clarification system provided on TSSOJ, and in IOI format. Note that, in particular, clarification requests must come in the form of yes/no questions.

Any suspicious behaviour will result in being forcibly ranked at the bottom of the scoreboard.


Before the contest date, you may wish to check out the tips and help pages.

The contest consists of 10 questions with a range of difficulty from CCC Junior 1 to CCC Senior 5. It is highly recommended to read all of the problems. You will have 3 hours to complete the contest. After the contest window begins, you may begin at any time. Your personal timer will start counting down, and you will be able to submit until 3 hours from when you started, or until the hard deadline, whichever comes first.

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. The last submission time of your highest score will be used.
  • 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 is guaranteed that all the problems will be solvable with C++ and Java. We do not guarantee that all problems are solvable in C or Python.

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
TSS Contest P1 - Over and Under 3 50.8% 27
TSS Contest P2 - Magnets 3 30.1% 14
TSS Contest P3 - Pizza Sandwich 3 85.2% 18
TSS Contest P4 - Debate Tournament 5 43.9% 15
TSS Contest P5 - Blob Life 5 11.3% 5
TSS Contest P6 - Tic Tac Toe 5 15.6% 10
TSS Contest P7 - Point Query 8 41.2% 10
TSS Contest P8 - Reverse Function 3 87.5% 7
TSS Contest P9 - Finding Sum 5 16.7% 6
TSS Contest P10 - Bad Students 1 70.0% 4

Comments

There are no comments at the moment.