#include using namespace std; int main(){ int n,k=1; cin >> n; vector types(n), num(6); fill(num.begin(), num.end(), 0); for(int types_i = 0; types_i < n; types_i++){ cin >> types[types_i]; num[types[types_i]]++; } // your code goes here for(int i=1;i<=5;i++) if(num[k]