문제https://www.hackerrank.com/challenges/count-triplets-1/problem?isFullScreen=true&h_l=interview&playlist_slugs%5B%5D=interview-preparation-kit&playlist_slugs%5B%5D=dictionaries-hashmaps Count Triplets | HackerRankReturn the count of triplets that form a geometric progression.www.hackerrank.com 풀이 hashmap을 사용하지 않으면 time limit exceed 가 뜬다.이 문제에서는 총 2개의 hash map을 사용하는데, triplet이 (first, second, th..