html
Input
The input will be a pair of lines.
The first line contains the number of copies, bigger than zero, to replicate the DNA sequence.
The second line represents the DNA sequence that must be replicated.
Output
The output is the DNA sequence replicated as many times as requested.