728x90 반응형 2058. 자릿수 더하기. D11 2058. 자릿수 더하기. D1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String s = sc.next(); int[] intArr = new int[s.length()]; int sum=0; for(int i=0;ichar->int 2. charAt(index): 문자열에서 인덱스별로 문자로 가져오는 3. -'0': 문자를 정수로 만들기 위해선 문자 '0'을 빼주면 된다. 2022. 2. 5. 이전 1 다음 728x90 반응형