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

Автор Astroflexx, история, 4 месяца назад, По-английски

My favorite website! Everything is so painfully slow. I can't open problems, submit, or view submissions.

What a pleasant experience!

Полный текст и комментарии »

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

Автор Astroflexx, история, 6 месяцев назад, По-английски
> billion dollar company
> has the most dogshit contest format known in existence

what causes this?

Полный текст и комментарии »

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

Автор Astroflexx, история, 7 месяцев назад, По-английски

slacking off. it's Monday buddy, WAKE UP!!!

Полный текст и комментарии »

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

Автор Astroflexx, история, 8 месяцев назад, По-английски

I attempted to solve this problem E — Count Sequences 2 from the recent ABC. This was my submission, using my modint template. But it received WA on 45 testcases. Replacing my template with taking mod with % passed easily (submission). Is there a bug in my modint template? Please help me out, I can't figure out any mistake. The template is taken mostly from the-tourist/algo and atcoder library.

Полный текст и комментарии »

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

Автор Astroflexx, история, 8 месяцев назад, По-английски

how to not get cucked by constructive problems? even after solving quite a few constructive problems, when I encounter one in a contest I just can't seem to solve them. Every time I lose 100+ elo in a contest it's because I got stuck on a constructive problem and was not able to solve it. please help!

Полный текст и комментарии »

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

Автор Astroflexx, история, 13 месяцев назад, По-английски

My implementation skills are so bad it needs to be studied. I struggle to implement even the simplest solutions, even though I have the right idea in my mind. Please tell some really hard/heavy implementation problems that I can practice to get good. Thanks!

Полный текст и комментарии »

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

Автор Astroflexx, история, 20 месяцев назад, По-английски

Given an array of integers and an integer m, in one operation, choose atmost m numbers of the array and increment them.

What is the minimum no of operations to make all the elements in the array equal?

1 <= nums[i] <= 1e5

1 <= m <= 1e5

Полный текст и комментарии »

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