Олимпиадный тренинг

Задача 33563. Aunt Owl Family


Задача

Темы: Цикл for
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===

Запрещенные операторы:*