#include #include int main(){ int n, k; char str[20]; scanf("%s",str); if(strlen(str) % 2 == 1) printf("NO"); else{ k = strlen(str)/2; for(int i=0; i