Run ID:91451

提交时间:2024-09-21 19:39:09

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