728x90
반응형

단순 구현 문제이다.

for i in range(int(input())):
    res = max(map(int, input().split()))
    print(f"Case #{i+1}: {res}")
728x90
반응형

+ Recent posts