a;def a{var i=0;print((for(s<-readLine.split("\""))yield{i+=1;s.replace(" "*(i%2),"")}).mkString("\""));a}