Run ID:92274

提交时间:2024-09-28 19:06:59

a = input().split() b = int(a[0]) c = int(a[1]) d = "{:.5f}".format(b/c) print(d)