#include <stdio.h> int main () { char texto[50]; gets (texto); printf ("%s\n", texto); return (0); }