#include main() { int c; while((c=getchar())>=0) if(c!=13) putchar(c); exit(0); }