摘要: 实验任务4: 源代码: 1 #include <stdio.h> 2 #include <string.h> 3 4 int main() { 5 FILE *fp; 6 char line[100]; 7 int a = 0; 8 int s = 0; 9 int i; 10 11 fp = fo 阅读全文
posted @ 2024-12-30 02:16 雅ya 阅读(8) 评论(0) 推荐(0)