From 973846251daadc9b7e2b1a3ae5e5d79ff1d368b0 Mon Sep 17 00:00:00 2001 From: LiiNi-coder <97495437+LiiNi-coder@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:38:48 +0900 Subject: [PATCH] =?UTF-8?q?[20251112]=20PGM=20/=20LV2=20/=20=EB=95=85?= =?UTF-8?q?=EB=94=B0=EB=A8=B9=EA=B8=B0=20/=20=EC=9D=B4=EC=9D=B8=ED=9D=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...05\353\224\260\353\250\271\352\270\260.md" | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 "LiiNi-coder/202511/12 PGM \353\225\205\353\224\260\353\250\271\352\270\260.md" diff --git "a/LiiNi-coder/202511/12 PGM \353\225\205\353\224\260\353\250\271\352\270\260.md" "b/LiiNi-coder/202511/12 PGM \353\225\205\353\224\260\353\250\271\352\270\260.md" new file mode 100644 index 00000000..bd50aacf --- /dev/null +++ "b/LiiNi-coder/202511/12 PGM \353\225\205\353\224\260\353\250\271\352\270\260.md" @@ -0,0 +1,22 @@ +```java +import java.util.*; +class Solution { + int solution(int[][] land) { + int n = land.length; + for(int i=1; i