Task
Time limit:
1000 ms,
Memory limit:
256 Mb
When studying the course “Output Text on the Screen”, we wrote a program that outputs Aunt Owl on the screen.
Now you need to write a program that outputs the corresponding number of owls by the number entered from the keyboard.
We remind you that the picture of Aunt Owl consists of characters. Size 5 by 11 characters.
:)\_____/(:
{(@)v(@)}
{|~- -~|}
{/^'^'^\}
===m-m===
Between two neighboring Owls there is an empty (consisting of spaces) column
Examples
№ |
Input |
Output |
1 |
1 |
:)\_____/(:
{(@)v(@)}
{|~- -~|}
{/^'^'^\}
===m-m===
|
2 |
2 |
:)\_____/(: :)\_____/(:
{(@)v(@)} {(@)v(@)}
{|~- -~|} {|~- -~|}
{/^'^'^\} {/^'^'^\}
===m-m=== ===m-m===
|
Prohibited statements:*