Leetcode: Create Maximum Number
We can use greedy method to solve this. num1 can take charge of i(0<=i<=k) numbers and ...
We can use greedy method to solve this. num1 can take charge of i(0<=i<=k) numbers and ...