摘要: 实验任务4: 源代码: 1 #include<stdio.h> 2 #include<string.h> 3 #define N 3 4 5 void write(); 6 7 int main(){ 8 printf("date4.txt统计结果:"); 9 printf("\n"); 10 wr 阅读全文
posted @ 2024-12-30 09:37 scjzl 阅读(16) 评论(0) 推荐(0)