#include using namespace std; #define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define endl "\n" #define ff first #define ss second #define free1 freopen("input.txt", "r", stdin) #define free2 freopen("output.txt", "w", stdout) #define mp make_pair #define pb push_back #define trace1(x) cerr<<#x<<": "<>n; string s; cin>>s; string s1="0123456789"; string s2="abcdefghijklmnopqrstuvwxyz"; string s4="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; string s3="!@#$%^&*()-+"; int count=0; int t=0; for(int i=0;i