The Hamlet Contest - Thornhill Computer Club 2024 - January Contest

The Hamlet Contest

The organizer for this contest is JoePeewee

This will be the first timed contest of the year. This contest will be rated for all participants.
Upon joining the contest, users will have EXACTLY 1 hour and 30 minutes to read and submit solutions to the contest or until the contest closes on January 31st at 11:59pm.
After the end of the 1.5 hour time limit, users will no longer be able to submit solutions.
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.
Clarification requests for the contest can either be routed through the clarification system provided on TSSOJ or by direct messaging a club exec on Discord. Note that, in particular, clarification requests must come in the form of yes/no questions.

Good Luck!


The contest consists of 5 questions in an order of difficulty from easiest to hardest. It is highly recommended to read all of the problems. You will have 1 hour and 30 minutes 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 1 hour and 30 minutes 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.
  • 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 PyPy3, C++, 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.



Comments

There are no comments at the moment.