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 |
Tags
- Python
- programmers
- useDispatch
- 리액트
- 알고리즘
- java
- SW
- maeil-mail
- sw expert academy
- 자바
- redux
- 이코테
- redux-saga
- 테코테코
- react
- react-router
- Get
- 매일메일
- C++
- redux-toolkit
- react-redux
- 코딩테스트합격자되기
- 프로그래머스
- 항해99
- 항해플러스
- axios
- Algorithm
- createSlice
- json-server
- JavaScript
Archives
- Today
- Total
목록sw expert acadmy (1)
Binary Journey
[SW Expert Academy] 2007. 패턴 마디의 길이
출처: https://swexpertacademy.com/ T = int(input()) for test_case in range(1, T + 1): string = input() word = '' for s in string: word += s string = string[1:] if string.index(word) == 0: break print(f'#{test_case} {len(word)}')
SW Expert Academy/level 2
2022. 6. 27. 21:48