MLE '18 Contest #3

Welcome to the third Mackenzie Logic Evaluation (MLE)!

This contest consists of 5 problems, the difficulty of which may range anywhere from CCC Junior to IOI level.

As a test, this contest will be a week long, starting on Sunday, November 25 at 12PM. You will have the entire contest duration. For every 120 minutes you submit before the end of the contest, there will be a 1 point bonus.

The problems will be roughly in decreasing order. However, you are still recommended to read all the problems.


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:

  • 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. The last submission time of your highest score will be used.
  • 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++.
  • Read carefully, and try to attempt all the problems. They may not be as hard as they seem and you may get partial points!

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

Good luck.


Problems

Problem Points AC Rate Users
Maintaining a Sequence 30 5.6% 15
Maintaining a Sequence 20p 19.1% 14
Maintaining a Sequence 12p 27.2% 31
Maintaining a Sequence 5p 72.6% 39
Maintaining a Sequence 3p 29.5% 59

Comments


  • 0
    yes  commented on Nov. 25, 2018, 6:08 p.m. edit 3

    The time limit should be increased for ruby! ;-)