From 31fab145d24802e20cb1d45fe932da95c567bd82 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: Sun, 16 Nov 2025 12:32:59 +0900 Subject: [PATCH] =?UTF-8?q?[20251116]=20PGM=20/=20LV2=20/=20=EC=A1=B0?= =?UTF-8?q?=EC=9D=B4=EC=8A=A4=ED=8B=B0=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 --- ...60\354\235\264\354\212\244\355\213\261.md" | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 "ksinji/202511/16 PGM \354\241\260\354\235\264\354\212\244\355\213\261.md" diff --git "a/ksinji/202511/16 PGM \354\241\260\354\235\264\354\212\244\355\213\261.md" "b/ksinji/202511/16 PGM \354\241\260\354\235\264\354\212\244\355\213\261.md" new file mode 100644 index 00000000..13ea5a56 --- /dev/null +++ "b/ksinji/202511/16 PGM \354\241\260\354\235\264\354\212\244\355\213\261.md" @@ -0,0 +1,26 @@ +```java +class Solution { + public int solution(String name) { + int answer = 0; + + for (int i=0; i