q="{:.2f}".format(5+8+12) print(q,39//5,39//8,39//12)
------Input------ 0 ------Answer----- 8.333 7 4 4 7 3 3 ------Your output----- 25.00 7 4 3