#include #define rep(i,n) for(int i=0;i>s; map m; for(auto i:s) m[i]++; string ans="YES"; for(auto i:m){ if(i.second>=2) ans="NO"; } cout<