Problem
Holiday Contest 2025 - Team Round - Problem 15
Consider an array \mathcal{S}, where f(\mathcal{S}) represents the sum of all elements in it. Initially, \mathcal{S} = \{1, 1\}. In each move, you can either add the last element of \mathcal{S} or f(\mathcal{S}) to the back of \mathcal{S}. Determine the minimum number of moves required to make f(\mathcal{S}) = 2024.
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Problem feedback
Difficulty
—