Run ID:90054
提交时间:2024-09-07 19:13:15
s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) c=int(input()) print((a+b)//c)