# | Problem | Pass Rate (passed user / total user) |
---|---|---|
13971 | The boy wants a cat |
|
13972 | The cat wants a tree |
|
14395 | Water distribution |
|
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
Alice has L liters of water and wants to pour it into bottles. Each bottle holds m liters. Help Alice find out how many bottles she can fill.
Input
The first line contains two integer: L, m (1 <= L, m <= 1000), separated by blank.
Output
Print an integer in a single line: the number of bottles Alice can fill. (No need to use '\n')