100 atcoder#ABC211A. [ABC211A] Blood Pressure
[ABC211A] Blood Pressure
Score : points
Problem Statement
You are given a person's systolic blood pressure, , and diastolic blood pressure, . Find the mean arterial pressure, , which we define as follows:
- .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the value . Your output is considered correct when its absolute or relative error from our answer is at most .
130 100
110
We have .
300 50
133.3333333
Note that although all the values in input are integers, the value to output may not be an integer.
123 123
123