You are given identical eggs and access to an floor building. The goal is to determine the highest floor from which an egg will not break when dropped out of a window from that floor. Call this floor the . There is exactly one critical floor in the building. If an egg is dropped and does not break, it's undamaged and can be dropped again. Broken eggs can't be dropped again. If an egg breaks on floor , it also breaks for all floors ; similarly, if an egg doesn't break on floor , it also doesn't break for any floor . What is the maximum value of such that the critical floor can be identified in at most drops? Report the answer when .