Kotlin Heroes 5: ICPC Round G. Number Deletion Game
- Time : O(n2k)
- Space : O(nk)
c++
1 | fun main() { |