-->
当前位置:首页 > 题库 > 正文内容

编程题:reduce weight

Luz3年前 (2022-11-15)题库402
Tom wants to lose weight. He set himself a goal to lose weight, lose the specified weight within the specified number of days. Calculate the pounds you need to lose each day.

### Input Specification:
In the first line, enter the limited number of days.
In the second line, enter the specified weight loss pounds

### Output Specification:

Print he pounds you need to lose each day.
Keep the result to 2 decimal places.


### Sample Input:

Write a sample input here. For example:

in
60
20


### Sample Output:

Write the corresponding sample output here. For example:

out
p=0.33









答案:若无答案欢迎评论

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。