#include using namespace std; bool isSpecial(char c) { switch (c){ case '!': case '@': case '#': case '$': case '%': case '^': case '&': case '*': case '(': case ')': case '-': case '+': return 1; default: return 0; } } int main() { string numbers = "0123456789"; string lower_case = "abcdefghijklmnopqrstuvwxyz"; string upper_case = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; string special_characters = "!@#$%^&*()-+"; string pw; int n , i , j; bool ok[4]; memset(ok,false,sizeof(ok)); scanf("%d",&n); for(i=0;i>c; pw[i]=c; if(isdigit(c)){ok[0]=true; }//cout<<0<<" "<=6)cout<