Թաքցված խնդիր
|Այս խնդիրը թաքցված է խմբագրական խրհրդի անդամի կողմից քանի որ կամ այն ոչ ճիշտ լեզվով է գրված,|կամ թեստային տվյալներն են սխալ, կամ խնդրի ձևակերպումը պարզ չէ։|

COCI0017 - MAGIJA

   The well-known magician Al'Dimi Kartimi needs a program to help him design the back side of his cards.

   Al'Dimi first draws the upper left quarter of the card, mirrors it horizontally onto the upper right quarter and then vertically mirrors the entire upper half onto the lower half.

   After the mirroring, Al'Dimi also adds a small error (changes the appearance of one square) to help him determine which card it is (to cheat, if you will).

   Help Al'Dimi by writing a program that, given the design of the upper left quarter and the location of the error, draws the entire back side.

   Here are three examples of Al'Dimi's cards (the error is shaded gray):

 

###.##.###
##########
.########.
..######..
####.#####
##########
..######..
.########.
##########
###.##.###
#.#..#.#
#.####.#
#.####.#
........
.#.##.#.
.#.##.#.
........
#.####.#
#.####.#
#.#.##.#
.#.##.##
#.#..#.#
........
..#..#..
..#..#..
........
#.#..#.#
##.##.##

 

Input.

   The first line of input contains two integers, R and C (1 ≤ R, C ≤ 50), the number of rows and columns in the upper left quarter of the card.

   Each of the R following lines contains C characters '.' or '#', the design of the upper left quarter.

   The next line contains two integers, A and B (1 ≤ A ≤ 2R, 1 ≤ B ≤ 2C), the row and column of the error.    

Output.

   Output 2R rows, each containing 2C characters, the design of the back side.    

Sample tests.

N

stdin

stdout

1

2 2
#.
.#
3 3
#..#
.##.
.#..
#..#

2

3 3
###
###
###
1 4
###.##
######
######
######
######
######

Ավելացրեց.Հրանտ Հովհաննիսյան
Ամսաթիվ.2016-05-09
Ժամանակի սահմանափակումը.1s
Ծրագրի տեքստի սահմանափակումը.50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Լեզուներ.Բոլորը բացի ASM32 ASM64 GAWK CLPS CLOJURE D ERL FSHARP FORTRAN GOSU HASK ICON ICK JS-MONKEY NEM NIM OBJC-CLANG PICO PIKE PYPY PYPY3 PY_NBC RUST SCM guile CHICKEN SED TCL WHITESPACE
Աղբյուրը.COCI, Contest #6, 2006-2007

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.