https://www.acmicpc.net/problem/1001
A,B=input().split() print(int(A)-int(B))
변수(ex. A,B)에 int, str등을 붙혀 형을 변환할 수 있다.