#include <stdio.h>
#include <stdlib.h>
int main()
{
char str[]="nihao!";
FILE *fp;
if((fp=fopen("e:\\test.txt","w"))==NULL)
{
printf("Can not open the file!");
exit(-1);
}
fprintf(fp,"%s",str);
fclose(fp);
return 0;
}
我 :“日本人也算人?”
上帝:“算,算,算吧。”。
我 :“这不是你的真心话。”
我 :“失手造批禽兽出来也就算了,但也不能把它们紧挨着咱中国人放啊!”
上帝:“你们中国人自己死好面子讲什么仁义,早点踏平过去,不早没事了。”
我 :。。。