atcoder_official's blog

By atcoder_official, history, 10 months ago, In English

We will hold AtCoder Regular Contest 211 (Div. 2).

The point values will be 500-500-600-700-800.

We are looking forward to your participation!

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

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

Hey, I am new to atcoder, how do i register to this contest as a rated participant. Is this contest supposed to be only unrated?

  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it +16 Vote: I do not like it

    Rated Range: 1200 — 2399, this indicates that you are not within the rating scope.

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

      I've been in Atcoder for a year,but it's the first time I compete in ARC..I can't even AC the first one..

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

I'm not sure how difficult these are supposed to be... I could solve nothing this time, is this... normal? :sob:

What's perhaps more surprising is that the solutions themselves (code length wise) are so short. I wanted to know whether this effect was 'intended' or not.

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

What is wrong in below logic for problem B, case when x<y=z?

S1: z zeroes

S2: x zeroes and z ones

S3: z zeroes and z ones

It is failing on the sample test case where x=4, y=5 and z=5 and last case, but passed on all other cases

»
10 months ago, hide # |
Rev. 3  
Vote: I like it 0 Vote: I do not like it

what is wrong in my logic for problem B? S1:Y zeroes

S2:X zeroes and Z-X ones

S3:Y zeroes and Z-X ones

It is failing 10 test cases.