#include char x,w,y,z;main(){for(;w>y?x=y,w>z?y=z,z=w:y=w:w>x?x=w:++w;)w=getchar();puts(&x);}