Run ID:149958

提交时间:2026-03-21 14:51:14

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