#include #include int main(){ int i,flag=1,lengh; char str[25]; scanf("%s",str); lengh=strlen(str); if(lengh%2!=0) flag=0; for(i=0;i