Notice
Recent Posts
Recent Comments
Link
목록문자열 (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