list<int>  하나랑 vector<int> 하나가 있는데 여기서 list에 있는 수들에 대하여 vector에 몇개있는지 알려면 count()를 쓴다치면 어케해야하나요?