a = int(input())b = int(input())h = int(input())print((a + b) * h / 2)
3 4 5
17
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!