From 23d184a08690a0b01da3e78913ae924d3b0d6eb1 Mon Sep 17 00:00:00 2001 From: jiminnimij <124450012+jiminnimij@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:03:51 +0900 Subject: [PATCH] =?UTF-8?q?[0615]=205427=EB=B2=88=20-=20=EB=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Problem5427.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Problem5427.java b/src/Problem5427.java index c4383b4..7ee5eda 100644 --- a/src/Problem5427.java +++ b/src/Problem5427.java @@ -104,3 +104,5 @@ static boolean isAtEdge(int x, int y, int w, int h) { return (x == 0 || x == w - 1 || y == 0 || y == h - 1); } } + +// push