1933 W字形


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

请一笔一划勾画一个W字形。

Input

无输入。

Output

见样本输出。

Sample

Input

无。

Output

\    /\    /
 \  /  \  /
  \/    \/

Comments

There are no comments at the moment.