Data Makes Our Future
123456789101112131415import java.util.Scanner; // 2058. 자릿수 더하기public class Solution2058 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String N = sc.nextLine(); //(1
12345678910111213141516171819import java.util.Scanner; //2072. 홀수만 더하기public class Solution2072 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); // 반복 횟수 for(int i=0; i