rezidentura's blog

By rezidentura, history, 9 months ago, In English

Hi, is there a way to view only the comments related to a specific problem within the comments section of editorial.

Full text and comments »

  • Vote: I like it
  • -8
  • Vote: I do not like it

By rezidentura, history, 10 months ago, In English

how to find the last submission you did on atcoder? can you please help with that?

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it

By rezidentura, history, 4 years ago, In English

Rating not available for this question.

Always it takes a lot of time for the problems of the last rounds to have a rating, is there a reason for that!!

for ex : Codeforces Global Round 23 problems

Full text and comments »

  • Vote: I like it
  • -11
  • Vote: I do not like it

By rezidentura, history, 4 years ago, In English

This is the problem I want to discuss : 1661B - Получение нуля

I have this answer, It's not mine but I made it cleaner (I think).

The answer

I have two questions and thank you in advance.

1) Why deleting this line : return ans[x]; gives wrong answer.

2) why changing the code into the 2 code below gives wrong answer :

2 code

Full text and comments »

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