728x90
https://www.acmicpc.net/problem/2420
2420번: 사파리월드
첫째 줄에 두 도메인의 유명도 N과 M이 주어진다. (-2,000,000,000 ≤ N, M ≤ 2,000,000,000)
www.acmicpc.net
a, b = map(int, input().split())
print(abs(a-b))
728x90
'Programming Practice > Python' 카테고리의 다른 글
백준 2744 대소문자 바꾸기 파이썬 (0) | 2023.09.10 |
---|---|
백준 2738 행렬 덧셈 python (0) | 2023.09.10 |
백준 2444 별 찍기-7 Python (0) | 2023.09.10 |
백준 11718 그대로 출력하기 python (0) | 2023.09.10 |
백준 5622 다이얼 python (2) | 2023.09.09 |