From 9d8a12f69c9ed06f850a9cf6253dfae6633a25a2 Mon Sep 17 00:00:00 2001 From: LiiNi-coder <97495437+LiiNi-coder@users.noreply.github.com> Date: Tue, 19 Aug 2025 23:40:56 +0900 Subject: [PATCH] =?UTF-8?q?[20250819]=20PGM=20/=20LV2=20/=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20=EC=A6=9D=EC=84=A4=20=ED=9A=9F=EC=88=98=20/=20?= =?UTF-8?q?=EC=9D=B4=EC=9D=B8=ED=9D=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...5\354\204\244 \355\232\237\354\210\230.md" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "LiiNi-coder/202508/19 PGM \354\204\234\353\262\204 \354\246\235\354\204\244 \355\232\237\354\210\230.md" diff --git "a/LiiNi-coder/202508/19 PGM \354\204\234\353\262\204 \354\246\235\354\204\244 \355\232\237\354\210\230.md" "b/LiiNi-coder/202508/19 PGM \354\204\234\353\262\204 \354\246\235\354\204\244 \355\232\237\354\210\230.md" new file mode 100644 index 00000000..6884cb19 --- /dev/null +++ "b/LiiNi-coder/202508/19 PGM \354\204\234\353\262\204 \354\246\235\354\204\244 \355\232\237\354\210\230.md" @@ -0,0 +1,19 @@ +```java +class Solution { + public int solution(int[] players, int m, int k) { + int answer = 0; + int[] servers = new int[24+k]; + for(int i = 0; i