Altairr's blog

By Altairr, 14 months ago, In English

We are glad to invite you to the Div 4 round where you all can try your abilities.

The contest will be in IOI style. 5 porblems and almost 3 hours to solve problems

The contest starts at [contest_time:422752].

Do not forget to take place: The contest link

Again thanks to :

Link for contest if you are already registered: link

Note: The contest is unofficial.

  • Vote: I like it
  • +10
  • Vote: I do not like it

| Write comment?
»
14 months ago, # |
  Vote: I like it +3 Vote: I do not like it

You've mistyped the contest link.

»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it

fifty-seven registered 46 hours ago ( 0 _ 0 )

»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it
code

why WA for E ??

  • »
    »
    14 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Why ans[i][j] = ar[i][j-1]? It should be ans[i][j] = ans[i][j-1];

»
14 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Alright, The problems were so easy, The statement of problem D is written so bad, I just wasted 7 minutes on understanding what it says and finally guessed the statement from the samples, But after all good job.

  • »
    »
    14 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Same, even I could not understand it in one go and skipped straight to E. But, it made sense after reading and drawing stuff abit.
    But the contest was overall good for a beginner :D

  • »
    »
    14 months ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    um did you mean C? I did not understand C at all. Can anyone explain?

    • »
      »
      »
      14 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Someone wants to create contests, for creating a contest, there should be 2 easy, 2 medium, and 1 hard problem, The person has $$$a$$$ easy problems, $$$b$$$ medium problems, and $$$c$$$ hard ones, He asks you to calculate with this set of problems, how many contests he can make at all.