본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 11520번 And Then There Was 5

by 현장 2024. 2. 21.

-Code

for _ in range(int(input())):
    p, d = map(int, input().split())
    print(d, 5)