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
- ChatGPT
- 금융문자분석경진대회
- hackerrank
- 맥북
- 캐치카페
- leetcode
- 편스토랑 우승상품
- 파이썬
- 더현대서울 맛집
- 프로그래머스
- Baekjoon
- 편스토랑
- 자연어처리
- Kaggle
- 프로그래머스 파이썬
- PYTHON
- Real or Not? NLP with Disaster Tweets
- Git
- github
- 우분투
- 코로나19
- SW Expert Academy
- Docker
- 데이콘
- dacon
- AI 경진대회
- programmers
- gs25
- ubuntu
- 백준
Archives
- Today
- Total
목록
반응형
BaekJoon 25773 Python (1)
반응형
솜씨좋은장씨
[BaekJoon] 25773번 : Number Maximization (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Number Maximization 입니다. 25773번: Number Maximization There is only one input line; it contains an integer between 0 and 999,999 (inclusive). Assume that the input number will not have leading 0’s. Note, however, that the input can be just the value 0. www.acmicpc.net 🧑🏻💻 코드 ( Solution ) def number_maximization(number): number_list = list(number) max_num = sorted(number_li..
Programming/코딩 1일 1문제
2022. 11. 24. 12:00
반응형