for(i in strsplit(scan("stdin",""),""))write(length(unique(i))%%2,1)