Run ID:90193
提交时间:2024-09-08 10:51:06
s=input().split() a=s[0] b=s[1] a=float(a) b=float(b) c=a%b c="{:.2f}".format(c) print(c)