diff --git a/code_study/Baekjoon/java/_11049.java b/code_study/Baekjoon/java/_11049.java new file mode 100644 index 0000000..680315c --- /dev/null +++ b/code_study/Baekjoon/java/_11049.java @@ -0,0 +1,33 @@ +import java.util.*; + +public class _11049 { + public static void main(String[] args) { + Scanner sc = new Scanner(System.in); + int N = sc.nextInt(); + int[][] rc = new int[N][2]; + for(int i=0; i