-
풀이 방법1 public class Solution { public static int solution(int n) { int answer = 0; String s = String.valueOf(n); for(int i=0; i