Editorial for COCI '06 Contest 4 #4 Zbrka
Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.
Submitting an official solution before solving the problem yourself is a bannable offence.
This problem is solved using dynamic programming. Let
The number of such sequences that start with the number
If
The time complexity of a direct implementation of this formula (using dynamic programming) would be
We need to note that
Comments