SWEA 2070

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

Algorithm

목록 보기
17/80
post-thumbnail

if 문을 활용한 크기 비교

T = int(input())
for test_case in range(1, T + 1):
    a, b = map(int,input().split())
    if a < b :
        print(f'#{test_case} <')
    elif a== b :
        print(f'#{test_case} =')

    else:
        print(f'#{test_case} >')




profile
볕 좋은 날 시작하는 개발일기

0개의 댓글

관련 채용 정보