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);输出0
相关文章
相关标签/搜索