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 | 31 |
Tags
- 파이썬
- PYTHON
- github
- 금융문자분석경진대회
- 프로그래머스
- gs25
- 맥북
- Baekjoon
- 더현대서울 맛집
- hackerrank
- 백준
- Git
- 자연어처리
- 프로그래머스 파이썬
- 데이콘
- 편스토랑
- 편스토랑 우승상품
- 우분투
- dacon
- Kaggle
- ChatGPT
- 캐치카페
- Docker
- ubuntu
- AI 경진대회
- 코로나19
- SW Expert Academy
- leetcode
- Real or Not? NLP with Disaster Tweets
- programmers
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
반응형