diff --git "a/lkhyun/202510/20 PGM Lv2 \352\264\204\355\230\270 \355\232\214\354\240\204\355\225\230\352\270\260.md" "b/lkhyun/202510/20 PGM Lv2 \352\264\204\355\230\270 \355\232\214\354\240\204\355\225\230\352\270\260.md" new file mode 100644 index 00000000..fbe164a5 --- /dev/null +++ "b/lkhyun/202510/20 PGM Lv2 \352\264\204\355\230\270 \355\232\214\354\240\204\355\225\230\352\270\260.md" @@ -0,0 +1,63 @@ +```java +import java.util.*; + +class Solution { + public int solution(String s) { + int answer = 0; + for(int i=0;i stk = new Stack<>(); + for(int j = i;j