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