#include //for(int i=0;i>n; cin>>in; for(int j=0;j=65&&in[j]<=90) up++; else if(in[j]>=97&&in[j]<=122) lp++; else if(isdigit(in[j])) num++; else { for(int i=0;i<12;i++) { if(in[j]==match[i]) { s++; //cout<<"match\n"; break; } } } l++; } //cout<