package main import."os" func main(){s:=make([]byte,9999);Stdin.Read(s);p:=0;for _,c:=range s{if p<1{print(string(c))}if 10==int(c){p=1-p}}}