백준 1001 (파이썬)

김덕현·2021년 5월 26일
1

BAEKJOON

목록 보기
6/62

1.문제

https://www.acmicpc.net/problem/1001

2.코드

A,B=input().split()
print(int(A)-int(B))

3.코드해석

변수(ex. A,B)에 int, str등을 붙혀 형을 변환할 수 있다.

profile
BAEKJOON STUDYING

0개의 댓글