로딩
요청 처리 중입니다...

[자바] 백준알고리즘 4673번 셀프 넘버 (S5)

 [자바] 백준알고리즘 4673번 셀프 넘버 (S5)

// 2022-07-18 // 셀프 넘버 public class Main { static int [] N = new int [10001]; //셀프넘버 10,000자리 생성 public static void main(String[] args) { String s_num; //문자열인 숫자 int i_num; //셀프넘버 아닌 숫자 = 원래숫자 + 각 자리수의 숫자들 for(int i=0; i

# 백준4673 # 백준셀프넘버 # 백준알고리즘4673 # 자바구현 # 자바브루투스포스