일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python buildpacks
- 괄호 문제
- string to list
- NLP
- geopandas
- 셀레니움
- geoDataFrame
- 알고리즘
- 백준
- 인스타그램
- Python
- colab runtime
- to shp
- clustering
- flask
- Crawling
- kmeans
- 해시태그
- 파이썬
- convert to shp
- Chat-GPT
- 웹페이지
- plotly dash
- 플라스크
- Merge Repositories
- Selenium
- 2164 카드2
- 크롤링
- 혁신성장부문
- 코랩 런타임
Archives
- Today
- Total
코딩코딩코딩
백준(BAEKJOON) 11034 캥거루 세마리2 - 파이썬(python) 본문
while True:
try:
A,B,C = map(int, input().split())
d = max((B - A) - 1, (C - B) - 1)
print(d)
except:
break
문제 입력 부분에 "여러 개의 테스트 케이스로 이루어져 있으며" 라는 문장 때문에 while문을 사용해주어야 함
'파이썬 > Algorithms' 카테고리의 다른 글
프로그래머스(Programmers) Demo Test 나머지 한 점 - 파이썬(python) (0) | 2021.10.06 |
---|---|
백준(BAEKJOON) 11399 ATM - 파이썬(python) (0) | 2021.09.14 |
백준(BAEKJOON) 2720 세탁소 거스름돈 - 파이썬(python) (0) | 2021.09.09 |
백준(BAEKJOON) 10162 전자레인지 - 파이썬(python) (0) | 2021.09.08 |
백준(BAEKJOON) 2839 설탕배달 - 파이썬(python) (0) | 2021.09.08 |
Comments