From 0ad9ca12fe9bff19b2cf212072d23f3b0860e004 Mon Sep 17 00:00:00 2001 From: LiiNi-coder <97495437+LiiNi-coder@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:48:42 +0900 Subject: [PATCH] =?UTF-8?q?[20250924]=20PGM=20/=20LV2=20/=20=EC=8A=A4?= =?UTF-8?q?=ED=82=AC=ED=8A=B8=EB=A6=AC=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 --- ...44\355\202\254\355\212\270\353\246\254.md" | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 "LiiNi-coder/202509/24 PGM \354\212\244\355\202\254\355\212\270\353\246\254.md" diff --git "a/LiiNi-coder/202509/24 PGM \354\212\244\355\202\254\355\212\270\353\246\254.md" "b/LiiNi-coder/202509/24 PGM \354\212\244\355\202\254\355\212\270\353\246\254.md" new file mode 100644 index 00000000..7a57ca4e --- /dev/null +++ "b/LiiNi-coder/202509/24 PGM \354\212\244\355\202\254\355\212\270\353\246\254.md" @@ -0,0 +1,34 @@ +```java +import java.util.*; + +class Solution { + public int solution(String skill, String[] skill_trees) { + int answer = 0; + + int[] alphabetIndexes = new int[26]; + + char[] cskill = skill.toCharArray(); + for(int i = 1; i