#include using namespace std; int Mp[129]; int main() { string a; cin>>a; for(int i='a',j='A';i<='z';i++,j++) { Mp[i]=j; Mp[j]=i; } for(int i=0;i