728x90
반응형
단순 구현 문제이다.
for i in range(int(input())):
res = max(map(int, input().split()))
print(f"Case #{i+1}: {res}")
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 9724번 Perfect Cube(python) (0) | 2021.02.23 |
---|---|
백준 알고리즘 9713번 Sum of Odd Sequence(python) (0) | 2021.02.23 |
백준 알고리즘 9622번 Cabin Baggage(python) (0) | 2021.02.23 |
백준 알고리즘 9610번 사분면(python) (0) | 2021.02.23 |
백준 알고리즘 9501번 꿍의 우주여행(python) (0) | 2021.02.23 |