2845 - I2P(I)2023_Hu_Lab1 Scoreboard

Time

2023/09/18 18:30:00 2023/09/18 20:30:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
13982 The boy wants a cat wants a tree
13983 we stack more boxes

13982 - The boy wants a cat wants a tree   

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




13983 - we stack more boxes   

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 is the length of each box.

How many boxes x should the boy stack to reach height ? And what is the volume 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.

Sample Input  Download

Sample Output  Download

Tags




Discuss