#include using namespace std; int main(){ string s,t,ans; cin>>s; transform(s.begin(),s.end(),t.begin(),::toupper); for(int i=0;i