# | Problem | Pass Rate (passed user / total user) |
---|---|---|
13971 | The boy wants a cat |
|
13972 | The cat wants a tree |
|
13979 | we stack boxes |
|
Description
Alex the boy wants a cat.
He keeps on asking for a cat to his parents, but pets = big responsibility.
Help his parents by drawing a cat's face instead.
This cat is made up of three lines, this is how it looks like :
Very Important Notes
-
Getting compile error? Having problem printing quotation mark (
"
)? Maybe this link can help you. -
Getting Wrong Answer? Make sure you don't miss any whitespace (
\n
) character.
Input
No input
Output
Print the cat's face. (Remember to add a '\n' at the end)
Sample Input Download
Sample Output Download
Tags
Discuss
Description
Alex the boy now has a cat.
A drawing of a cat.
He thinks that the cat wants a tree.
Help him draw a tree for his cat, this is how it looks like:
ps: the sample output might not look like a tree, but it is a tree
Input
No input
Output
Print the tree. (Remember to add a '\n' at the end)
Sample Input Download
Sample Output Download
Tags
Discuss
Description
There are n boxes with length of l each.
Jake wanted to stack the boxes into a tall tall tower.
Help him calculate the height of the tower h.
Input
Two integers n and l seperated by a blank
(1 < n, l < 1000)
Output
The height h. (No need to use '\n')