package main import(."bufio";"os";f"fmt")func main(){s,_:=NewReader(os.Stdin).ReadString(1);for _,c:=range s{defer f.Printf("%c",c)}}