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