Run ID:90401
提交时间:2024-09-14 19:12:46
a = int(input()) b = int(input()) c = int(input()) print((a+b)*c/2)