Line 1 contains integer N (1 ≤ N ≤ 2017).
Line 2 contains string S of length N, and consists of only letters A, B, C, D, E.
Print 5 lines, each with 3N characters, the corresponding sequence of blocks.
5 ABCDE
\n \n
*************** *.**.**..*.**.. *******..*.**** *.**.**..*.**.. *.*************
\n \n \n \n \n
For input:
10 ECADBECADB |
****************************** *..*..*.**.**.**..*..*.**.**.* ****..****.********..****.**** *..*..*.**.**.**..*..*.**.**.* *******.**************.******* |