본문 바로가기
python-algorithm

[백준] 13163

by 무적김두칠 2021. 1. 14.

1
2
3
4
5
6
for _ in range(int(input())):
    s=list(input().split())
    print('god',end='')
    for i in range(1,len(s)):
        print(s[i],end='')
    print()
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 13304  (0) 2021.01.14
[백준] 13300  (0) 2021.01.14
[백준] 12836  (0) 2021.01.14
[백준] 12813  (0) 2021.01.13
[백준] 12780  (0) 2021.01.13

댓글