본문 바로가기

개발/Algorithm

BAEKJOON Algorithm_1001번 ( 1 - 6 )

데하! 안녕하세요 DevStone입니다!

문제

풀이

문제 링크

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

 

1001번: A-B

두 정수 A와 B를 입력받은 다음, A-B를 출력하는 프로그램을 작성하시오.

www.acmicpc.net

예제 소스는 git에서 확인하실 수 있습니다.

https://github.com/Maker-Kim/Study/blob/master/Algorithm/Baekjoon_1001.py

 

Maker-Kim/Study

Contribute to Maker-Kim/Study development by creating an account on GitHub.

github.com

 

'개발 > Algorithm' 카테고리의 다른 글

BAEKJOON Algorithm_2839번  (0) 2021.07.22
BAEKJOON Algorithm_10998번 ( 1 - 7 )  (0) 2021.07.08
BAEKJOON Algorithm_1000번 ( 1 - 5 )  (0) 2021.06.17
BAEKJOON Algorithm_10172번 ( 1 - 4 )  (0) 2021.06.17
BAEKJOON Algorithm_10171번 ( 1 - 3 )  (0) 2021.06.17