2022年12月5日
摘要: #include <stdio.h>#include <math.h>#include <stdlib.h> void main() { FILE *fp = fopen("mydata.txt", "w"); fprintf(fp, "%-10.4f", 0); fclose(fp); retur 阅读全文
posted @ 2022-12-05 10:49 feng..liu 阅读(18) 评论(0) 推荐(0) 编辑