# | Problem | Pass Rate (passed user / total user) |
---|---|---|
13249 | Deep Learning |
|
13250 | Incense Sticks |
|
Description
In Minecraft, players can use different kinds of blocks to create various buildings.
Given a valley with N blocks and each block has a length of L.
Pegura, a rookie vtuber, is wondering how deep the valley is.
Can you donate a superchat to tell her the height H ?
Input
Two integers N and L (1 <= N, L <= 1000) separated by a blank.
Output
The height H.
Note that you do not need to print '\n' at the end of the output.
Sample Input Download
Sample Output Download
Tags
Discuss
Description
Taiwanese people burn incense sticks at Chungyuan Pu Tu.
However, due to COVID-19, we may need to burn incense sticks on the internet.
This is how we do it:
\|/ \|/ \|/
("_____")
The incense sticks consist of three lines :
The first line includes four whitespaces and three pairs of (\|/).
The second line includes a pair of brackets(()
), a pair of quotation marks ("
), and 5 underscores (_).
The third line includes 4 whitespaces, two pairs of brackets(()
), and two pairs of carets(^).
Remember to put a new line character in the end of each line.
(gray dots represent whitespace characters)
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
Output
Print the incense sticks.