백준~문풀 후 최적화 추가~/BRONZEⅤ
[Python][1001] A-B
elesis
2022. 4. 23. 03:30
a, b = map(int, input().split())
print(a-b)