From b5f08c042b6672b22d059836370466cdedb2215b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=8B=A0=EC=A7=80?= <101992179+ksinji@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:15:49 +0900 Subject: [PATCH] =?UTF-8?q?[20251023]=20PGM=20/=20LV2=20/=20=EC=A3=BC?= =?UTF-8?q?=EC=8B=9D=EA=B0=80=EA=B2=A9=20/=20=EA=B0=95=EC=8B=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...74\354\213\235\352\260\200\352\262\251.md" | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 "ksinji/202510/23 PGM \354\243\274\354\213\235\352\260\200\352\262\251.md" diff --git "a/ksinji/202510/23 PGM \354\243\274\354\213\235\352\260\200\352\262\251.md" "b/ksinji/202510/23 PGM \354\243\274\354\213\235\352\260\200\352\262\251.md" new file mode 100644 index 00000000..b295aef3 --- /dev/null +++ "b/ksinji/202510/23 PGM \354\243\274\354\213\235\352\260\200\352\262\251.md" @@ -0,0 +1,24 @@ +```java +class Solution { + public int[] solution(int[] prices) { + int[] answer = new int[prices.length]; + + for(int i = 0; i