2829 - I2P(I)2023_Hu_Hw1 Scoreboard

Time

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

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
13971 The boy wants a cat
13972 The cat wants a tree
13979 we stack boxes

13971 - The boy wants a cat   

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 ( ) or new line (\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




13972 - The cat wants a tree   

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




13979 - we stack boxes   

Description

There are n  boxes with length of 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 < nl < 1000) 

Output

The height h. (No need to use '\n')

Sample Input  Download

Sample Output  Download

Tags




Discuss