diff --git a/code_study/Baekjoon/java/_1005_1.java b/code_study/Baekjoon/java/_1005_1.java new file mode 100644 index 0000000..4713663 --- /dev/null +++ b/code_study/Baekjoon/java/_1005_1.java @@ -0,0 +1,59 @@ +import java.util.*; + +public class _1005_1 { + public static void main(String[] args) { + Scanner sc = new Scanner(System.in); + int T = sc.nextInt(); + int[] ans = new int[T]; + + for(int t=0; t