diff --git "a/suyeun84/202509/21 PGM LV3 \353\213\244\353\213\250\352\263\204 \354\271\253\354\206\224 \355\214\220\353\247\244.md" "b/suyeun84/202509/21 PGM LV3 \353\213\244\353\213\250\352\263\204 \354\271\253\354\206\224 \355\214\220\353\247\244.md" new file mode 100644 index 00000000..e74f3f8f --- /dev/null +++ "b/suyeun84/202509/21 PGM LV3 \353\213\244\353\213\250\352\263\204 \354\271\253\354\206\224 \355\214\220\353\247\244.md" @@ -0,0 +1,38 @@ +```java +import java.util.*; +class Solution { + static Map map = new HashMap(); + static Map recommand = new HashMap(); + public int[] solution(String[] enroll, String[] referral, String[] seller, int[] amount) { + int[] count = new int[enroll.length]; + + for(int i =0; i