#1126. 斜边2

斜边2

No submission language available for this problem.

Background

Special for beginners, ^_^

Description

输入一个整数 n ,按要求输出斜边。

例如 n = 3;

  *
 *
*

Format

Input

输入一个整数 n

Output

按要求输出结果

Samples

3
  *
 *
*

Limitation

n <= 10

1s, 1024KiB for each test case.