#include <stdio.h>
#include <string.h>
int main(void)
{
char s[]="I love yzfy very much and for ever !!!" ;
char *a = NULL ;
int l = strlen(s) - 1 ;
while( l-- >= 0 )
{
if ( *(s+l) == ' ' || !l )
{
a = s + l + ( ( l ) ? ( 1 ) : ( 0 ) ) ;
while ( *a && *a != ' ' ) putchar( *a++ ) ;
putchar(' ') ;
}
}
return 0 ;
}
#include <string.h>
int main(void)
{
char s[]="I love yzfy very much and for ever !!!" ;
char *a = NULL ;
int l = strlen(s) - 1 ;
while( l-- >= 0 )
{
if ( *(s+l) == ' ' || !l )
{
a = s + l + ( ( l ) ? ( 1 ) : ( 0 ) ) ;
while ( *a && *a != ' ' ) putchar( *a++ ) ;
putchar(' ') ;
}
}
return 0 ;
}
女施主``我给你``送茶来了```师太``你就从了老衲吧``
代码本天成~~~妙头偶得之```