C. [COCI][2006][C1] OKVIRI

    传统题 1000ms 256MiB

[COCI][2006][C1] OKVIRI

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

Description

“Peter Pan frames” are a way of decorating text in which every character is framed by a diamondshaped frame, with frames of neigbhouring characters interleaving. A Peter Pan frame for one letter looks like this ('X' is the letter we are framing):
..#..
.#.#.
#.X.#
.#.#.
..#..
However, such a framing would be somewhat dull so we'll frame every third letter using a “Wendy frame”. A Wendy frame looks like this:
....
.
..
.X.
.
..
..
..
When a Wendy frame interleaves with a Peter Pan frame, the Wendy frame (being much nicer) is put on top. For an example of the interleaving check the sample cases.

Format

Input

The first and only line of input will contain at most 15 capital letters of the English alphabet.

Output

Output the word written using Peter Pan and Wendy frames on 5 lines.

Samples

A
..#.. 
.#.#. 
#.A.# 
.#.#. 
..#.. 
DOG
..#...#...*.. 
.#.#.#.#.*.*. 
#.D.#.O.*.G.* 
.#.#.#.#.*.*. 
..#...#...*..
ABCD
..#...#...*...#.. 
.#.#.#.#.*.*.#.#. 
#.A.#.B.*.C.*.D.# 
.#.#.#.#.*.*.#.#. 
..#...#...*...#.. 

Limitation

1s, 1024KiB for each test case.

NOI Online 气氛赛 Day 3

未参加
状态
已结束
规则
IOI
题目
6
开始于
2022-2-26 13:00
结束于
2022-2-26 19:00
持续时间
6 小时
主持人
参赛人数
5