100 atcoder#ABC113A. [ABC113A] Discount Fare
[ABC113A] Discount Fare
Score: points
Problem Statement
There is a train going from Station to Station that costs yen (the currency of Japan).
Also, there is a bus going from Station to Station that costs yen.
Joisino got a special ticket. With this ticket, she can take the bus for half the fare if she travels from Station to Station by train and then travels from Station to Station by bus.
How much does it cost to travel from Station to Station if she uses this ticket?
Constraints
- is an even number.
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
If it costs yen to travel from Station to Station , print .
81 58
110
- The train fare is yen.
- The train fare is ⁄ yen with the % discount.
Thus, it costs yen to travel from Station to Station .
4 54
31