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

PROGRAMMING:Check denomination

Luz5年前 (2021-05-10)题库459
A buyer went to the bank to cash a check for $$y $$$f $$, and the cashier gave it to him by mistake. The buyer found that there was a mistake after using $$n $$points, so he counted the balance and asked what the face value of the check was?
###Input format:
Enter a positive integer less than 100 in one line $$n $.
###Output format:
Output the original value of the check in one line in the format 'y.f'. If there is no solution, output 'no solution'
###Input sample 1:
```in
twenty-three
```
###Output sample 1:
```out
twenty-five point five one
```
###Input example 2:
```
twenty-two
```
###Output example 2:
```
No Solution
```






answer:If there is no answer, please comment