#include int main(){ std::vectora(26); for(int i=0;i<13;i++){ char c;std::cin>>c; a.at(c-'a')++; } int ans=-1; for(int i=0;i<13;i++){ if(2