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

Автор 300iq, 5 лет назад, По-английски

Hello, Codeforces community!

Today will be a new useless stream from me, I will write UOJ 90. (I don't know how long it will take to write this problem, I've just found Los_Angelos_Laycurse comment where he said that he has 1000+ lines).

I hope I will start around 22:35 UTC+3 (so it's 50 minutes from the moment of writing the post).

Now my stream will have a webcam and donate notifications!

https://www.twitch.tv/ccciq

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

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

Btw, maybe someone here knows how to make public playlist such that everyone (maybe with donates) will have an opportunity to automatically choose music to be played next?

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

Will there be a record?

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

I'd like to say, as a Chinese who lives in mainland, it's hard to access twitch.tv, but I can trace your submission on uoj.ac. Btw, do you know Sone1. If you need a description in English, please contact me. @300iq

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

Btw, do you want to try this problem? UOJ 417

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

poisoning problem recommand: uoj 319

uoj 403

                         uoj 398

                         bzoj 4023 (uoj 101) time limit on bzoj is insanely tight

                         bzoj 3710 5162(not hard but time limit is lnsanely tight)

                         bzoj 1154 bzoj 2840(test case is too weak q*n can pass)

                         bzoj 3948(I use bruteforce search get AC)

                         bzoj 5307

                         bzoj 3604

                         bzoj 4536

                         bzoj 4087 (I also use some bruteforce method AC welcom to hack)

when I remember other problems I'll go on to recommond

this is bzoj https://www.lydsy.com/JudgeOnline/problemset.php

now I'm writing uoj 398

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

I suggest UOJ 98

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

I like your taste of problems

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

The stream will continue today or tomorrow, now I am going to have a flight.

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

20:15 UTC+3 new stream, I will write the first sub-subtask of the k-FC problem.

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

It seems that now the current stream is lagging, so I will try to fix it for tomorrow.

So, because of these lags, I've finished earlier today and solved all test cases about the static tree. I hope, that tomorrow at the same time (or maybe a bit earlier) I will continue with writing dynamic tree (link-cut-memphis) to solve all subtasks with $$$k=0$$$.

Current code, but I think it will be useless for the future subtasks