Run ID:87657
提交时间:2024-08-11 10:12:38
s=input().split() a=int(s[0]) b=int(s[1]) c=int(s[2]) ss=(a+b)/c ss=int(ss) print(ss)