Run ID:134987
提交时间:2025-11-01 21:52:42
a,b,c=input().split() a=int(a) b=int(b) c=int(c) d=(a+b)//c print(d)