Run ID:92275

提交时间:2024-09-28 19:07:50

c=input().split() a=c[0] b=c[1] b=float(b) a=float(a) s=a%b s="{:.2f}".format(s) print(s)