SMALL 큰놈 작은놈 같은놈1 [SW Expert Academy] 큰 놈, 작은 놈, 같은 놈 *문제의 저작권은 SW Expert에 있습니다. 문제 링크 : https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV5QQ6qqA40DFAUq&categoryId=AV5QQ6qqA40DFAUq&categoryType=CODE T = int(input()) for test_case in range(1, T + 1): result = list(map(int, input().split(" "))) if result[0]!=result[1] : if result[0]>result[1] : print("#{} {}".format(test_case,">")) else : print("#{} {}".format(test_case," 2021. 1. 20. 이전 1 다음 LIST