#include #include #include #include int main(){ std::cout.sync_with_stdio(false); // std::vector vc; size_t N; std::cin >> N; // vc.reserve(N); int temp; std::cin>>temp; std::multiset vc;//{temp}; vc.insert(temp); size_t cnt{1}; for(size_t s{0}; s>temp; //size_t&& a = count(std::begin(vc),std::end(vc),temp); size_t&& a = vc.count(temp); // std::cout<