diff --git "a/lkhyun/202511/21 PGM Lv2 \354\202\274\352\260\201 \353\213\254\355\214\275\354\235\264.md" "b/lkhyun/202511/21 PGM Lv2 \354\202\274\352\260\201 \353\213\254\355\214\275\354\235\264.md" new file mode 100644 index 00000000..b926fe8a --- /dev/null +++ "b/lkhyun/202511/21 PGM Lv2 \354\202\274\352\260\201 \353\213\254\355\214\275\354\235\264.md" @@ -0,0 +1,50 @@ +```java +class Solution { + public int[] solution(int n) { + int[][] arr = new int[n][]; + for(int i = 0; i