Блог пользователя br0mabs

Автор br0mabs, история, 3 года назад, По-английски

Hi Codeforces!

From Saturday, July 31 00:00 EDT to Wednesday, August 4 00:00 EDT, we will be hosting An Animal Contest 3 on DMOJ. Participants will be given a 3-hour window to complete 8 problems themed around monkeys. The problems are in roughly ascending order of difficulty ranging from Div. 2 to Div. 1.

To participate, you must register an account on DMOJ.

Some additional information about the contest:

  • The contest is full feedback and there will be no pretests or systests — you will be judged on all test cases. Moreover, there is no hacking.
  • The contest scoreboard will be hidden until your window is over.
  • All problems are guaranteed to be solvable in C++ and Java.
  • The exact start time of the contest in your timezone can be found here.
  • This contest is rated for all participants that enter the contest, regardless of whether or not they have submitted.
  • Checkers: unless otherwise specified, identical. The contest will follow the standard convention of having all lines terminate in a \n character, with no trailing whitespace.

More information can be found here. We hope you enjoy the problems and have fun!

UPDATE: Contest end time has been extended by a day!

UPDATE 2: Contest window is live!

UPDATE 3: The contest window has recently ended. We thank everyone for participating!

  • Проголосовать: нравится
  • +72
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by br0mabs (previous revision, new revision, compare).

»
3 года назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

capybara when

»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

ORZZZZZZZZZZZZZ TONY

»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

orz bluemabs

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +7 Проголосовать: не нравится

    OTZ OTL OFZ OLZ ORZ oz osz sto ozz oyz roz hso ost OJZ OPZ <(_ _)> O]L O[Z orx ozk OFX огz лго 口厂乙 ОГZ bluevang

»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Hi everyone! I'm Sam! I'm a grey coder and I'm not that good at the moment but I want to get really good! As good as tonnnny!

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Am I missing something or u guys manage to take the contest at 4am ?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

    The contest is windowed meaning in the time frame from July 31 00:00 EDT to Monday, August 3 00:00 EDT, you will be able to select a 3 hour window to do the contest. Once your time ends you can no longer earn points for the problems.

»
3 года назад, # |
  Проголосовать: нравится +21 Проголосовать: не нравится

Can anyone tell me why i get "Presentation Error" verdict ? I am new to dmoj

  • »
    »
    3 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +23 Проголосовать: не нравится

    Please forward all your clarification requests through the ticket system in DMOJ as it says on the contest page:

    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.

  • »
    »
    3 года назад, # ^ |
    Rev. 4   Проголосовать: нравится +7 Проголосовать: не нравится

    It means you've had some problem with formatting your output.

    Check to see that you end each line with a newline character (i'm pretty sure this applies to even your last line), and that you don't have any unnecessary spaces.

    For example, during the contest, I had an unnecessary space after the first line of my output for the third problem, which gave me presentation error.

    Good luck!