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 |
Tags
- 문자열
- 삼행시
- CS
- 아스키코드
- upc
- Annotation
- 어노테이션
- 윤동주
- StringBuilder
- java
- 자바
- Spring
- 백엔드
- lombok
- 스프링
- repository
- bit
- replace()
- string
- 항해
- 개발
- Controller
- yeouido
- StringBuffer
- Service
- 이행시
Archives
- Today
- Total
목록문자열 (1)
Dev.끄적끈적
programmers_숫자 문자열과 영단어
1. 문자열 치환: replace, 타입변환(to int): Integer.parseInt(); // #38. 숫자 문자열과 영단어 class programmers { public static int solution(String s) { int answer = 0; String[] Eng = {"zero","one","two","three","four","five","six","seven","eight","nine"}; String[] Num = {"0","1","2","3","4","5","6","7","8","9"}; for(int i=0; i97.
Algorithm (알고리즘)
2022. 3. 18. 09:45