Run ID:90323
提交时间:2024-09-11 19:19:46
h=input().split() a=int(h[0]) b=int(h[1]) c=int(h[2]) print((a+b)/c)