#include using namespace std; const long long INF = 1LL << 60; #define MOD 1000000007; typedef long long ll; #define writeln(n) cout< P; typedef pair Psi; int d[15]; int main() { string s; cin>>s; if(s.size() % 2 !=0){ writeln("NO"); return 0; } int t = s.size()/2; for(int i=0; i