Calculate the circumference and area of a circle with radius r, using π=3.14.
### Input
- One line containing a real number r.
### Output
- Print the circumference and area of the circle. Round the results to three decimal places.
### Constraints
- 1≤r≤1000.
### Sample
Input:
1.5
Output:
9.4207.065