1 2 3 4 5 | class Solution { public int solution(String s) { return Integer.parseInt(s); } } | cs |
'Programmers > Level1' 카테고리의 다른 글
자릿수 더하기 (0) | 2021.07.06 |
---|---|
나누어 떨어지는 숫자 배열 (0) | 2021.07.06 |
수박수박수박수박수박수? (0) | 2021.07.06 |
시저 암호 (0) | 2021.07.06 |
문자열 내 마음대로 정렬하기 (0) | 2021.07.06 |