▼ 문제 바로가기 (링크) ▼ https://leetcode.com/problems/count-items-matching-a-rule/ Count Items Matching a Rule - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 3개 원소를 가지는 리스트를 1개 이상 가지는 중첩 리스트items가 주어진다. 원소는 순서대로 type, color, name을 나타낸다. ruleKey와 ruleValue가 주어졌을 때, 맞는 값이 items에 몇 개 있는 지..