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