Run ID:149957

提交时间:2026-03-21 14:50:57

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