#include int main () { char texto[50]; scanf ("%s", texto); printf ("%s\n", texto); return (0); }