Run ID:90051

提交时间:2024-09-07 19:10:45

s=input().split() a=s[0] b=s[1] c=int(input()) a=int(a) b=int(b) print((a+b)/c)