# | Problem | Pass Rate (passed user / total user) |
---|---|---|
13982 | The boy wants a cat wants a tree |
|
13983 | we stack more boxes |
|
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
The boy wants to build a building with height h from stacks of boxes. n is the number of boxes that he already stacked and l is the length of each box.
How many boxes x should the boy stack to reach height h ? And what is the volume v of the building?
Input
h, n, l separated by a whitesapce.
(1 < h, n, l < 1000)
Output
Number of boxes x that should be stacked and the volume v of the building separated by a whitespace.