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

PROGRAMMING:Calculating piecewise function [3]

Luz5年前 (2021-05-10)题库409
This topic requires the calculation of the following piecewise function $$f (x) $:
![](~/ 49)
###Input format:
The input gives the real number x on one line.
###Output format:
Output in the format of "f (x) = result" in one line, where both X and result retain one decimal place.
###Input sample 1:
```in
ten
```
###Output sample 1:
```out
f(10.0) = 0.1
```
###Input example 2:
```
two hundred and thirty-four
```
###Output example 2:
```
f(234.0) = 234.0
```






answer:If there is no answer, please comment