반응형
문제 정보
제출 코드
a, b = input().split()
a = int(a[::-1])
b = int(b[::-1])
if(a<b):
print(b)
else:
print(a)
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 2941번 Python (0) | 2021.10.04 |
---|---|
[백준 알고리즘] 5622번 Python (0) | 2021.10.04 |
[백준 알고리즘] 1152번 Python (0) | 2021.10.04 |
[백준 알고리즘] 1157번 Python (0) | 2021.10.04 |
[백준 알고리즘] 2675번 Python (0) | 2021.10.04 |
댓글