|
||||||||||
Bold ASCII LinesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 201 Accepted Submission(s): 65 Problem Description Your grandmother recently developed a passion for the internet and the new technologies in general, and is now discovering the wonders of ASCII art. Unfortunately, her sight is not as it once was, and she has difficulty seeing the pictures. Moreover, she cannot merely increase the font size as she usually does, because doing so makes the characters stand out more on their own and less as a whole. You come up with a solution: writing a program which duplicates the ASCII lines in order to make them look bold. Input The first line of the input will contain n, the number of test cases. For each test case, the first line will contain the positive integers w and h, both of which will be at most 100. h lines will follow, each containing w ASCII characters. The character ¡°.¡± (dot) will denote the background ASCII ¡°color¡±, and the only other color will be ¡°*¡± (star). For each image, add a 1-character wide border of dots around the image, and proceed to replace every single star character in the original picture with a , where the middle star is positioned where the original star was. Output In the output, separate each test case with ¡°---¡±. Sample Input
Sample Output
Source | ||||||||||
|