a,b=input().split()

a=float(a)

b=float(b)

k = a//b

c=a-k*b

print(f"{c:g}")

0 条评论

目前还没有评论...