Given an integer num, return the maximum number that can be formed by swapping at most two digits once.
num
Constraints:
0≤0 \leq0≤ num ≤105\leq 10^5≤105 ...