Run ID:150320

提交时间:2026-03-26 20:15:09

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