let str = readline() let arr = str.split('') const repeat = array => { return array.filter((value, index) => { return array.indexOf(value)&nbs...