#include using namespace std; #define rep(i,n) for(int i=0;i>s; mapmp; rep(i,13){ mp[s.at(i)]++; } int a=0; int b=0; char pai; for(auto e:mp){ if(e.second==2) a++; if(e.second==1){ b++; pai=e.first; } } if(a==6 && b==1){ cout<