#define _USE_MATH_DEFINES #include #include #include #include #include #include #include #include #include #define ll long long #define dou(s) atof(s.c_str()) #define lon(s) atoll(s.c_str()) #define str(n) to_string(n) #define rep(i,a,b) for(ll i=a;i=a;i--) #define ALL(a) a.begin(),a.end() #define fion(n) fixed<=n&&a[lower_bound(ALL(a),n)-a.begin()]==n?lower_bound(ALL(a),n)-a.begin():-1) #define fist(s,t) ((int)s.find(t)) #define START int main(){cin.tie(0);ios::sync_with_stdio(false); #define END } using namespace std; START string t="abcdefghijklm"; string s,u,w;cin>>s; bool b=true; rep(i,0,13){ u=s+t[i]; sort(ALL(u)); rep(j,0,13){ w=t+t[j]; sort(ALL(w)); if(u==w){ cout<