#include #include using namespace std; int main(){ string S; cin>>S; if(S[S.length()-2]=='a'&&S[S.length()-1]=='i'){ for(int i=0;i