Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- wargame
- 구현
- Digital Forensics
- 백준
- N0Named
- C
- Python
- Incognito
- Web
- misc
- Database
- writeup
- Text
- 수학
- 인코그니토
- Forensics
- SuNiNaTas
- MySQL
- 사칙연산
- 써니나타스
- cryptography
- 문자열
- HackCTF
- 그리디 알고리즘
- CTF
- php
- 정렬
- Network
- xcz.kr
- Web Hacking
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 2902번 KMP는 왜 KMP일까? 본문
Programming/Python & Data Structures
[Baekjoon/Python3] 2902번 KMP는 왜 KMP일까?
HooNeee 2020. 12. 4. 12:53[Baekjoon/Python3] 2902번 KMP는 왜 KMP일까?
a = list(input().split('-'))
sh = ''
for i in a:
sh += i[0]
print(sh)
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 2914번 저작권 (0) | 2020.12.04 |
---|---|
[Baekjoon/Python3] 2908번 상수 (0) | 2020.12.04 |
[Baekjoon/Python3] 2884번 알람 시계 (0) | 2020.12.04 |
[Baekjoon/Python3] 2869번 달팽이는 올라가고 싶다 (0) | 2020.12.04 |
[Baekjoon/Python3] 2864번 5와 6의 차이 (0) | 2020.12.04 |
Comments