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