#import char d[20];main(){fgets(d,20,stdin);std::sort(d,d+19);putchar(d[16]);}