#include #include using namespace std; int main(){ string s; cin>>s; int y,e,a,h,ex; for(auto x:s){ if(x=='Y') y++; if(x=='E') e++; if(x=='A') a++; if(x=='H') h++; if(x=='!') ex++; } cout<