BSSPC '21 Junior

Welcome to the 2021 Bayview Secondary School Junior Programming Contest!

The Problem Setters are Nettlespike, Enming, eggy, bigskid, and sushi.

Special thanks to bonniema, azeng, thomaswu21, trinity, vishnus, dxke02, sjay05, ryanguorocket, and noYou for testing, feedback, and assistance with the problems!

Special shout-out to Riolku for helping us organize the contest!

The contest will run week-long from June 21st 2021 00:00 EDT to June 28th, 00:00 EDT. You will have a three hour window to solve 6 problems of roughly increasing difficulty that of CCC Junior to CCC Senior S2.

Here are the parameters of the contest:

  • Contest duration: 3 hours.
  • Number of problems: 6, full feedback (you will see the results of your submissions instantly). Each problem will be worth 100 points. Some problems will offer partial marks in the form of subtasks.
  • No incorrect submission penalty.
  • There will be no submission limit.
  • Ties will be broken by the last submission time that increased your score.
  • Checkers for problems: Unless otherwise specified, standard.
  • Unrated.
  • All problems are guaranteed to be solvable in Python, Java, and C++.

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

We have listed below some advice as well as contest strategies:

  • Remove all extra debugging code and/or input prompts from your code before submitting. The judge is very strict — most of the time, it requires your output to match exactly.
  • Do not pause program execution at the end. The judging process is automated. You should use stdin / stdout to perform input / output, respectively.
  • Python users are recommended to use PyPy 2/3 over Python 2/3 when submitting.

At the end of the contest, you may comment below to appeal a judging verdict. In the case of appeals, the decision(s) of DMOJ staff is final.

Clarification requests for the contest must be routed through the clarification system provided on DMOJ, and not through other channels including but not limited to Discord and Slack. Furthermore, all clarification requests will be handled the way they normally are in IOI. Note that, in particular, clarification requests must come in the form of yes/no questions.



Comments

There are no comments at the moment.