#include main() { char str[80]; gets(str); puts(str); }