摘要: 实验4 1 #include<stdio.h> 2 #include<string.h> 3 #define N 100 4 5 int main() { 6 int i = 0, j = 0, s = 0,k; 7 char words[N]; 8 FILE* fp; 9 10 fp = fope 阅读全文
posted @ 2024-12-30 09:27 朴飞 阅读(12) 评论(0) 推荐(0)