eolymp
bolt
Try our new interface for solving problems
Problems

Snails

Snails

For a given odd positive integer $n$, print an image of size $n \times n$, formed by the symbols snail @, /, \ as shown in example. 6.jpg

Input

One odd positive integer $n$$(n > 1)$.

Output

Print an image $n \times n$.

Time limit 1 second
Memory limit 128 MiB
Input example #1
5
Output example #1
\\@//
\\@//
\\@//
\\@//
\\@//