vvod = input() colvo = 0 mnog = '' for i in vvod: if vvod.count(i) >= colvo: colvo = vvod.count(i) mnog = i print(mnog)