-
1001_Python // A-BIT_Baekjoon 단계별로 풀어보기/입출력과 사칙연산 2020. 1. 1. 19:00
Python
a,b = input().split() print(int(a)-int(b))
===
A+B의 출력에서 계산식만 변경
'IT_Baekjoon 단계별로 풀어보기 > 입출력과 사칙연산' 카테고리의 다른 글
1008_Python // A/B (0) 2020.01.01 10998_Python // A*B (0) 2020.01.01 1000_Python // A+B (0) 2020.01.01 10172_Python // 개 (0) 2020.01.01 10171_Python // 고양이 (0) 2020.01.01