摘要: 实验任务4 task4.c源代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 80 4 int main(){ 5 int i=0,j; 6 int linecount=0; 7 int charcount=0; 8 char info 阅读全文
posted @ 2025-05-30 18:08 gyn1111 阅读(47) 评论(0) 推荐(0)