Run ID:91278

提交时间:2024-09-21 14:58:29

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