[백준]B2-2675

py_code·2020년 12월 23일
0

백준-브론즈2

목록 보기
2/9
post-custom-banner
t = int(input())
for _ in range(t):
    n,word = input().split()
    string = ''
    for w in word:
        string += int(n)*w
    print(string)
profile
개발자를 꿈꿉니다.

0개의 댓글