#include #include using namespace std; int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int n,i,req=0; bool no,lc,uc,sc; no = lc = uc = sc = false; string password,numbers = "0123456789",lower_case = "abcdefghijklmnopqrstuvwxyz",upper_case = "ABCDEFGHIJKLMNOPQRSTUVWXYZ",special_characters = "!@#$%^&*()-+"; cin>>n; cin>>password; for(i=0;i