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
- 편스토랑 우승상품
- 코로나19
- leetcode
- 맥북
- Real or Not? NLP with Disaster Tweets
- 더현대서울 맛집
- Git
- 프로그래머스 파이썬
- 우분투
- PYTHON
- Kaggle
- 금융문자분석경진대회
- SW Expert Academy
- 파이썬
- AI 경진대회
- Baekjoon
- 프로그래머스
- programmers
- dacon
- 백준
- 캐치카페
- ChatGPT
- 데이콘
- gs25
- 편스토랑
- Docker
- 자연어처리
- hackerrank
- github
- ubuntu
Archives
- Today
- Total
목록
반응형
2022/11/25 (1)
반응형
솜씨좋은장씨
[BaekJoon] 24608번 : Average Character (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Average Character 입니다. 24608번: Average Character The single line of input contains a single string $s$ ($1 \le |s| \le 100$), which consists of ASCII text. All of the characters of $s$ will be printable ASCII, between ASCII $32$ (space:' ') and ASCII $126$ (tilde:'~'). It will NOT contain any control cha www.acmicpc.net 🧑🏻💻 문제 풀이 문자를 아스키 코드로 변환하여 주는 ord 함수와 아스키 코드를 문자로 바꾸..
Programming/코딩 1일 1문제
2022. 11. 25. 20:00
반응형