#include char s[20];int main(){std::cin.get(s,20);std::sort(s,s+19);printf("%c\n",s[16]);}