Read $w$ and output the ASCII art for 2018, with $w$ spaces between each digit. Please refer to the sample output for the specific format.
Input
The input contains a single integer $w$.
Output
Output $5$ lines, each containing $12 + 3w$ characters (consisting only of o and ., where o represents the ASCII art and . represents the spaces), ending with a newline character.
Constraints
- $1 \leq w \leq 2018$
Examples
Input 1
2
Output 1
ooo..ooo..ooo..ooo ..o..o.o...o...o.o ooo..o.o...o...ooo o....o.o...o...o.o ooo..ooo..ooo..ooo