|
|||
Vera and ABCDE
When Vera was learning English, she had 5 types of toy blocks, one for each of the first 5
uppercase letters. A block can be represented as a 5 × 3 grid with
characters
Vera has a word S with N letters and wonders what the corresponding sequence of blocks look like when arranged in a row. Input SpecificationLine 1 contains integer N (1 ≤ N ≤ 2017).
Line 2 contains string S of length N and consists of only letters
Output SpecificationPrint 5 lines, each with 3N characters, the corresponding sequence of blocks. Sample Input 1
Output for Sample Input 1
Sample Input 2
Output for Sample Input 2
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |