Given four integer numbers, please rearrange the value of them in increasing order according to their absolute value.
The input has four integer numbers num1, num2, num3, and num4.
Print num1, num2, num3, num4 sequentially, and the output should be in increasing order according to their absolute value.
If the absolute value of numbers are the same, put the negative number in front.