PROGRAMMING:Example 4-3 reconstruction budget of swimming pool
Example 4-3 a circular swimming pool is shown in the picture. Now it is necessary to build a circular passageway around it and fence around it. The price of the fence is 35 yuan / m, and the cost of the corridor is 20 yuan / m2. The width of the aisle is 3 meters, and the radius of the swimming pool is input by the keyboard. Require programming to calculate and output the cost of aisle and fence.

###Input format:
Enter an integer or decimal.
###Output format:
Output in two lines: output the cost of the fence in the first line. The cost of the output aisle on the second line.
###Input example:
```in
ten
```
###Output example:
```out
Fencing Cost is $2858.85
Concrete Cost is $4335.4
```
answer:If there is no answer, please comment

###Input format:
Enter an integer or decimal.
###Output format:
Output in two lines: output the cost of the fence in the first line. The cost of the output aisle on the second line.
###Input example:
```in
ten
```
###Output example:
```out
Fencing Cost is $2858.85
Concrete Cost is $4335.4
```
answer:If there is no answer, please comment