Largest Number
MediumGiven nonnegative integers, arrange them so they form the largest possible number. Print that number as a string.
Input format:
- First line: n
- Second line: n nonnegative integers
Constraints
1 <= n <= 10^5 0 <= nums[i] <= 10^9