그냥 나머지
for test in range(1,int(input())+1):
N, M = map(int, input().split())
arr = list(map(int, input().split()))
print(f'#{test} {arr[M%N]}')
'practivceAlgorithm > swexpertacademy' 카테고리의 다른 글
[SWEA][Python] 5099 피자 굽기 (0) | 2021.08.20 |
---|---|
[SWEA][Python] 5102 노드의 거리 (0) | 2021.08.20 |
[SWEA][Python] 2005 파스칼의 삼각형 (0) | 2021.08.19 |
[SWEA][Python] 1234 비밀번호 (0) | 2021.08.19 |
[SWEA][Python] 3143 가장 빠른 문자열 타이핑 (0) | 2021.08.17 |