Output text 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program receives two inputs: a natural number n and a string of text, such as Real. Your task is to output this text repeated n times in a single line, with each repetition separated by a plus sign "+".
Input
The first line contains a natural number n, and the second line contains text composed of Latin letters.
Output
The required output for the problem.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 55%