printf function is [flag] [output minimum width] [. Precision] [length] Type
if the position of the flag is filled in -, the meaning is "when the data width is less than the minimum width, the result is aligned left and the right is filled in the blanks"
. When I want to implement this function, why fill in 0
printf("The bigger number would be %-7f\n", max); //9.27