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