728x90
반응형
단순 구현 문제이다.
A, B = map(int, input().split())
print(A if A == B else max(A, B))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 13866번 팀 나누기(python) (0) | 2021.02.06 |
---|---|
백준 알고리즘 13610번 Volta(python) (0) | 2021.02.06 |
백준 알고리즘 13136번 Do Not Touch Anything(python) (0) | 2021.02.06 |
백준 알고리즘 11943번 파일 옮기기(python) (0) | 2021.02.06 |
백준 알고리즘 11549번 Identifying tea(python) (0) | 2021.02.06 |