Given some non-negative integers,
you are asked to implement the function:
string MaxArrange(vector<int> arr): return the biggest number (string) after arrangement of the integers in arr.
A list of non-negative numbers.
No duplicate integer will be in the list.
e.g.
1
23
The largetst number (string) after arrangement.
e.g.
231