Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- android
- 안드로이드
- Algorithm
- cos
- C++
- 백준
- cos pro 1급
- 코딩테스트
- DFS와BFS
- AndroidStudio
- Python
- vuejs
- 코드품앗이
- BAEKJOON
- DFS
- issue
- DART
- 개발
- 알고리즘
- django
- 코테
- Flutter
- cos pro
- 동적계획법
- 안드로이드스튜디오
- codingtest
- Vue
- 파이썬
- 분할정복
- 동적계획법과최단거리역추적
Archives
- Today
- Total
목록cos pro 1급 전광판 문구 출력 python (1)
Development Artist
[COS Pro 1급, Python] 3차 5번 : 전광판 문구 출력
문제 유형 코딩 난이도 normal Note 1. 나타날때, 사라질때를 구별해서 구현. second: dist = plen-second front = '' for _ in range(dist): front += '_' return front+phrases[0:second] else: dis = second - plen back = '' for _ in range(dist): back += '_' return phrases[dis:]+back ※ 가끔 코드 중 print(~)가 있습니다. 정리 못한 점 죄송합니다.
Algorithm/COS
2022. 2. 25. 12:24