Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 캐치카페
- 파이썬
- dacon
- hackerrank
- 더현대서울 맛집
- Docker
- 코로나19
- 금융문자분석경진대회
- gs25
- Kaggle
- 편스토랑 우승상품
- github
- programmers
- leetcode
- 자연어처리
- Real or Not? NLP with Disaster Tweets
- ubuntu
- AI 경진대회
- ChatGPT
- SW Expert Academy
- PYTHON
- Git
- 백준
- 우분투
- Baekjoon
- 프로그래머스
- 맥북
- 프로그래머스 파이썬
- 편스토랑
- 데이콘
Archives
- Today
- Total
목록
반응형
백준 17588번 파이썬 (1)
반응형
솜씨좋은장씨
[BaekJoon] 17588번 : Missing Numbers (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Missing Numbers 입니다. 17588번: Missing Numbers The first line of input contains a single integer n, where 1 ≤ n ≤ 100. Each of the next n lines contains one number that the child recited. Each recited number is an integer between 1 and 200 (inclusive). They are listed in increasing order, and there www.acmicpc.net 👨🏻💻 문제 풀이 set 을 활용하여 문제를 풀었습니다. 입력 받은 수에서 가장 큰 수를 찾고 이 수와 ra..
Programming/코딩 1일 1문제
2023. 3. 20. 22:46
반응형