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

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

Thank you for joining the contest 😊.

How did you find the contest?
Which problem is your favourite?

A. SUNNY

Editorial

B. AUBREY

Editorial

C. HERO

Editorial

D. KEL

Editorial

E. MARI

Editorial

F. BASIL

Editorial

G. OMORI

Editorial

Feel free to provide any feedback or constructive criticism in the comments (For the problem ideas, problem setting, problem statements, the editorial itself, etc..) as it will be useful for me to create contests in the future 🙂 (Also if you don't mind, don't forget to upvote the blog, I want to be a top contributor for once in my life 🥺).

Разбор задач OMORI CONTEST
  • Проголосовать: нравится
  • +133
  • Проголосовать: не нравится

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

Problems are very nice, thank you for the contest

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

great contest, well done !

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

I really need to learn how to generate good testcases lol

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

    for about 40 mins i thought i was the worst person at implementing mo (to be fair i still am)

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

    I think you saw my solution

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

    I solved $$$F$$$ using probabilities.

    Let's assume that $$$S$$$ is a random subset of all types. It's obvious that if the winner is BASIL (i.e., the XOR sum of each type in $$$[l, r]$$$ is $$$0$$$), then $$$S$$$'s XOR sum is also $$$0$$$.

    If at least one type's XOR sum is greater than $$$0$$$, the probability that it does not belong to the subset $$$S$$$ is at most $$$\frac{1}{2}$$$. I used 30 random subsets, so the probability of getting a wrong answer is less than $$$\frac{1}{2^{30}}$$$.
    [submission:286472505]

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

Excellent contest. Thanks my dear friend Hexagons for making this beautiful work.

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

BONUS: Opinions on the statement/story of each problem?

SUNNY
AUBREY
HERO
KEL
MARI
BASIL
OMORI