SWEA 2068

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

Algorithm

목록 보기
16/80
post-thumbnail

max 함수

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

0개의 댓글

관련 채용 정보