#include #include #include #include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int n; cin>>n; string s; cin>>s; string numbers = "0123456789"; string lower = "abcdefghijklmnopqrstuvwxyz"; string upper = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; string special = "!@#$%^&*()-+"; bool num=false,sp=false,up=false,low=false; int cnt=0; for(int i=0;i