Chuỗi lặp lại

View as PDF



Problem type
Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Cho một số \(N\) và xâu \(S\). Hãy in ra xâu \(S\) \(N\) lần.

Input

  • Nhập \(N\) (\(N < 100\)) và xâu \(S\) (không quá 1000 ký tự).

Output

  • In ra theo yêu cầu đề bài.

Example

Test 1
Input
3 abc
Output
abcabcabc

Comments

There are no comments at the moment.