Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 10886
- 5717
- datetime
- Python3
- 10162
- combinations
- 암호
- 파이썬
- Python
- 4101
- kriii
- 5063
- MAX
- 약수
- Baekjoon
- 11557
- 2914
- 2530
- 백준
- math
- 9610
- 5355
- 2935
- 2061
- 10214
- BaekjoonOnlineJudge
- 2558
- 2163
- itertools
- 소수
Archives
- Today
- Total
목록Python3 (62)
new!dea
#1001 A-B (Python3)
www.acmicpc.net/problem/1001 1001번: A-B 두 정수 A와 B를 입력받은 다음, A-B를 출력하는 프로그램을 작성하시오. www.acmicpc.net #1001 A-B (Python3) 1 2 a, b = map(int, input().split()) print(a-b) cs
Baekjoon Online Judge
2021. 5. 2. 21:54