Run ID:91956
提交时间:2024-09-26 19:19:11
s=input().split() a=float(s[0]) b=float(s[1]) c=a%b d="{:.2f}".format(c) print(d)