#include #include #include #include #include #include #include int minimumNumber(int n, char* p) { // Return the minimum number of characters to make the password strong int count=0,counts=0,countl=0,countu=0,countd=0,i=0,j; char s[]="!@#$%^&*()-+"; char d[]="0123456789"; char l[]="abcdefghijklmnopqrstuvwxyz"; char u[]="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; while(p[i]!='\0') { for(j=0;j