코드당
Problem

#17. [W2, operators, Lv2] Sharing a pie

#17. [W2, operators, Lv2] Sharing a pie

Charles has a pie. He used his scale and found out that the pie is  g.

He is trying to fairly distribute his pie to  friends. ( and  are always given positive.) Complete given code to print the result below.

- Execution result:
(when n = 100 and m = 3)

Enter two integers: 100 3
w is 100 and m is 3.
Each friend will get 33.333332g of pie.


Input

Output

Time Limit:

2000 ms

Memory Limit:

512 MB

Source: