#include
void f(char *s)
{ char c,*p,*q; p=q=s; while ( *q ) q++; q--;
while ( p } void main() { char str[256]; gets(str); f(str); printf("%s\n",str); }
} void main() { char str[256]; gets(str); f(str); printf("%s\n",str); }
}
void main()
{ char str[256];
gets(str); f(str); printf("%s\n",str);