3.5总结

按照书上写了一个数字识别的代码,有点问题没调试出来,还有些bug
在这里插入图片描述
继续看了些算法书
比赛标准输入输出
读写文件freopen
FILE*fin *fout
fin = fopen(“data.in”,“rb”)
fout = fopen(“data.out”.“wb”)
fprintf(fout," ")
fclose(fin)
fclose(fout)

printf("%03d",25);输出025
今天主要在上课,学习不多

猜你喜欢

转载自blog.csdn.net/weixin_44606572/article/details/88199386
3.5