# | Problem | Pass Rate (passed user / total user) |
---|---|---|
13982 | The boy wants a cat wants a tree |
|
14453 | Water distribution II |
|
Description
Alex the boy the cat under the tree.
Help him draw a tree
and a cat,
this is how it looks like when combined:
Under the tree, don't forget to add '\n'
ps: the sample output might not look like a tree with a cat under it, but it is a tree with a cat hahah..
Input
No input
Output
Print the tree and the cat under
Sample Input Download
Sample Output Download
Tags
Discuss
Description
Alice has L liters of water and wants to pour it into bottles. Each bottle holds m liters, and Alice will get n dollars whenever she fill a bottle. Help Alice find out how many dollars she can get.
Input
The first line contains three integers: L, m, n (1 <= L, m, n <= 1000), separated by blanks.
Output
Print an integer in a single line: how many dollars Alice can get. (No need to use '\n')