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

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

Hi, From the first that i started CP i always liked problems that could be solved with some random in it, so i searched a lot but didn't find a random problemset.

now i'm making one :D

https://vjudge.net/contest/323610

password : abcd

UPD1: so after adding many problems the last problemset got filled so here more problems. :D

https://vjudge.net/contest/323731

any suggestion please comment :))

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

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

Hello, you can check these two contests as well. ( some problems are common in both set )

https://vjudge.net/contest/283057

https://vjudge.net/contest/185723

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

Where can i learn more about this kind of problems?

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

I remember two recent problems that could be solved with random.

1061F - Lost Root — This is an interactive problem, i have seen many such problems solved with random, if I will remember them, I will post here.

1198F - GCD Groups 2

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

There are some randomization problems in this blog — https://codeforces.com/blog/entry/51244

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

There's also this problem 862C, it has a proved solution but many solved it with a random solution like this one 30547784.