Moose '20 Contest 2 Senior

Welcome to the Mackenzie's second 2019 Moose Contest!

This is the senior division of the competition.

Parameters of the contest:

  • Contest duration: 2 and a half hours
  • Number of problems: 5, full feedback, with partials (No clipped output)
  • Time bonus: 1 point for every 5 minutes before the end of the competition, multiplied by your score as a percentage, rounded down
  • First try bonus: 10 points for full AC on the first try
  • Not rated

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:

  • 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!

Problems

Problem Points AC Rate Users
LCC/Moose '20 Contest 2 S1 - Momentum 5p 18.5% 31
LCC/Moose '20 Contest 2 S2 - Squares? Nah. 5p 24.2% 26
LCC/Moose '20 Contest 2 S3 - Alan's Got Cake 😳 12p 13.7% 12
LCC/Moose '20 Contest 2 S4 - Gamer Alan 15p 5.2% 5
LCC/Moose '20 Contest 2 S5 - AlanLiChess2004 15p 10.6% 5

Comments

There are no comments at the moment.