Snails
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For a given odd positive integer , print an image of size , formed by the symbols snail @
, /
, \
as shown in example.
Input
One odd positive integer .
Output
Print an image .
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 58%