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