摘要:
#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
阅读(24)
评论(0)
推荐(0)
浙公网安备 33010602011771号