728x90
반응형
문제는 이러합니다.
1000번과 거의 동일한 문제네요.
공백 기준 문자열을 찢어버리는 split() 사용해줍시다.
[ Code ]
a,b = input().split()
print(int(a)-int(b))
728x90
반응형
'Archive > Develop' 카테고리의 다른 글
[ Python ] 백준 10869번 사칙연산 풀이 (0) | 2020.12.27 |
---|---|
[ Python ] 백준 1008번 A/B 풀이 (0) | 2020.12.27 |
[ Python ] 백준 10998번 AxB 풀이 (1) | 2020.12.27 |
[ Python ] 백준 1000번 A+B 풀이 (0) | 2020.12.27 |
[ Python ] 백준 2557번 Hello World 풀이 (0) | 2020.12.27 |