Codeforces Round #653 (Div. 3) D. Zero Remainder Array
- Time : O(n)
- Space : O(min(n,k))
c++
1 |
|