main() { int c; while(c=getc()) { char s[10]="yukicoder"; printf("%d\n", s[c-1-'0']); } }