Moose '19 Contest 4 Practice

Welcome to the practice contest for Mackenzie's 2019 Moose Contest 4!

This is a practice contest for you to get familiar with the judging system.

You will have the full contest duration to try any of the problems. There will be 21 problems. Each problem will be worth 100 points, for a total of 2100 points. There may be subtasks for some problems, which means you have the opportunity to receive partial points for these problems. There will be no clipped output from any of the problems.

  • Problem 1 is an introduction problem to learn how to print to stdout.
  • Problems 2 to 7 will be approximately the difficulty of the Junior Moose contest.
  • Problems 4 to 9 will be approximately the difficulty of the Senior Moose contest.
  • Problem 10 is a challenge for those who finish all the other practice problems :).
  • Problems 11 to 15 will be from the December Junior Moose contest.
  • Problems 16 to 20 will be from the December Senior Moose contest.
  • Problem 21 is a troll problem.

Before the contest date, you may wish to check out the tips page.

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:

  • Check the status codes page for common status codes.
  • 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. It is guaranteed that all the problems will be solvable with C++ and Java.
  • Read carefully, and try to attempt all the problems. They may not be as hard as they seem and you may get partial points!


Comments

There are no comments at the moment.