Run ID:150319

提交时间:2026-03-26 20:12:48

a, b, c = map(int, input().split()) print((a + b) // c)