The Cow-Signal
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Bessie and her cow friends are playing as their favorite cow superheroes. Of course, everyone knows that any self-respecting superhero needs a signal to call them to action. Bessie has drawn a special signal on a sheet of paper, but this is too small, much too small! Bessie wants to amplify the signal so it is exactly times bigger in each direction.
The signal will consist only of the '.' and 'X' characters.
Input
The first line contains and . The next lines each contain a string of length , collectively describing the picture of the signal.
Output
You should output lines, each with characters, giving a picture of the enlarged signal.
Examples
Input #1
Answer #1
Submissions 11
Acceptance rate 82%