SWEA 2029

녹색자몽·2021년 8월 3일
0

Algorithm

목록 보기
8/80
post-thumbnail

divmod 함수

T = int(input())

for test_case in range(1, T + 1):
    a,b =map(int,input().split())
    n,m = divmod(a,b)
    print(f'#{test_case} {n} {m}')
profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보