Moose '19 Contest 1 Junior

Welcome to the Mackenzie's first 2019 Moose Contest!

This is the junior 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 Editorials
LCC/Moose '19 Contest 1 J1 - Jaden Smith 3p 27.1% 73 Editorial
LCC/Moose '19 Contest 1 J2 - A Car Problem 3p 49.2% 69 Editorial
LCC/Moose '19 Contest 1 J3 - Emily and Timetable 5p 13.4% 33 Editorial
LCC/Moose '19 Contest 1 J4 - Views 5p 9.8% 18
LCC/Moose '19 Contest 1 J5 - Om and uwu 7p 19.5% 9 Editorial

Comments

There are no comments at the moment.