摘要: 实验任务4444444444444 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #define N 1000 4 5 int main() { 6 FILE* fp; 7 char s[N]; 8 int i = 0, n, lin 阅读全文
posted @ 2025-12-30 20:33 顾添乐 阅读(11) 评论(1) 推荐(0)