-->
当前位置:首页 > 题库

PROGRAMMING:Branch nesting

Luz5年前 (2021-05-10)题库395
Realize the following function. Please output the corresponding result according to the input X.
![](~/ 341)
###Input format:
Enter the value of X.
###Output format:
Output x value and corresponding y value, and keep two decimal places after the decimal point; Or no meaning
###Input sample 1:
```in
one
```
###Output sample 1:
```out
x=1.00,y=2.00
```
###Input sample 2:
```
ten
```
###Output sample 2:
```
No meaning
```






answer:If there is no answer, please comment