36champ's blog

By 36champ, 24 hours ago, In English

Problem A — Convergence

Problem Idea: 36champ
Solution Idea: 36champ

Hint 1
Solution
Code
Rate The Problem!

Problem B — Cake Leveling

Problem Idea: 36champ, Proof_by_QED
Solution Idea: Proof_by_QED

Hint 1
Hint 2
Solution
Code
Rate The Problem!

Problem C1, C2 — Seating Arragement

Problem Idea: 36champ
Solution Idea: 36champ, Proof_by_QED

There are two solutions to this problem presented below.

Hint 1
Solution (C1)
Code (C1)
Rate The Problem! (C1)
Hint 2
Hint 3
Solution (C2)
Code (C2)
Alternate Hint 1
Alternate Hint 2
Alternate Solution
Alternate Code
Rate The Problem! (C2)

Problem D — Magical Tiered Cake

Problem Idea: 36champ
Solution Idea: 36champ

Hint 1
Hint 2
Hint 3
Solution
Code
Rate The Problem!

Problem E — Snaking Arrangement

Problem Idea: 36champ
Solution Idea: 36champ

Hint 1
Hint 2
Solution
Code
Rate The Problem!

Problem F — The Cake Is a Lie

Problem Idea: 36champ
Solution Idea: 36champ

Hint 1
Solution
Code
Rate The Problem!
  • Vote: I like it
  • +17
  • Vote: I do not like it

»
95 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

second

»
94 minutes ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Thank you for the fast editorial

»
92 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

good contest. relatively fast editorial

»
92 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

misjudged the constraints on D

»
80 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Why does ternary search not work on C2?

»
75 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Can we solve C1 by dp

»
73 minutes ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Im very sad that i did so poorly in a very cool contest, nonetheless congrats to the writers for such an amazing contest

»
61 minute(s) ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I think I came up with the weirdest solution for C1 and C2 out of all the submissions. Glad that it worked :)

»
59 minutes ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

My post contest discussion stream for A-D problems here

»
47 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

by when will ratings update?

»
36 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

C1 will be much easier if I don't overthink

»
29 minutes ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

is there any way to do C2 with some sort of exchange argument? or we stored "unplaced ambiverts" so far and when we hit an extrovert / introvert we can retroactively place them

  • »
    »
    14 minutes ago, hide # ^ |
     
    Vote: I like it +1 Vote: I do not like it

    yeah, you can heuristically place ambiverts as extroverts. Then if you get an extrovert and have no places for them you can move an ambivert to an introvert.