#include int main () { char texto[50]; gets (texto); puts (texto); fputs (texto, stdout); return (0); }