怎么能把hao are you 输出呢?
#include <stdio.h>
main(){
char str[80];
scanf("%[^\n]",str);
printf("%s\n",str);
return 0;
}
这个忽略空格和制表符。
2010-06-06 23:32
2010-06-07 17:02
2010-06-08 08:52
2010-06-10 16:20
2010-06-10 18:29
2010-06-10 19:45
2010-06-10 19:51