#!/usr/bin/env python import re S=raw_input().strip() correct='yukicoder' order=re.search(r'\n',S).start() print S[order]