#46069: py四捨五入


9036713565 (peeguu)


round會有問題

if int(str(int(total*10))[-1])>=5:
    total = int(total)+1
else:
    total = int(total)