#3 [1001] A-B
https://www.acmicpc.net/problem/1001
#3 [1001] Solution
a,b = list(map(int, input().split()))
print(a-b)
'Programming [Python] > 백준 알고리즘 솔루션' 카테고리의 다른 글
#5 백준 파이썬 [10172] 개 (0) | 2017.10.01 |
---|---|
#4 백준 파이썬 [7287] 등록 (0) | 2017.10.01 |
#2 백준 파이썬 [1000] A+B (0) | 2017.10.01 |
#1 백준 파이썬 [2557] Hello World (0) | 2017.10.01 |
Solution for Algorithm BAEKJOON (백준 알고리즘 솔루션) (0) | 2017.10.01 |