Codeforces Round 290 (Div. 2) D. Fox And Jumping
- Time : O(n2∗max(Ai)∗log(max(Ai)))
- Space : O(n∗log(max(Ai)))
c++
1 |
|