PROGRAMMING:piecewise function 2
Develop a program to calculate a piecewise function.

### Input Specification:
Input a decimal number (real number) for x
### Output Specification:
Output the value of x and y. keep 2 decimal numbers. Seperate by ','
### Sample Input:
```in
three point seven five
```
### Sample Output:
```out
x=3.75,y=46.69
```
answer:If there is no answer, please comment

### Input Specification:
Input a decimal number (real number) for x
### Output Specification:
Output the value of x and y. keep 2 decimal numbers. Seperate by ','
### Sample Input:
```in
three point seven five
```
### Sample Output:
```out
x=3.75,y=46.69
```
answer:If there is no answer, please comment