#include using namespace std; int main(){ string s,t; t="abcdefghijklmnopqrstuvwxyz"; cin>>s; for(int i=0;i<26;i++){ if(s.at(i) != t.at(i)){ cout<