摘要:
task4.c 点击查看代码 #include<stdio.h> #include<stdlib.h> #define N 100 int main(){ int hang=0,sum=0; int i; char str[N]; FILE*fp; fp=fopen("C:\\Users\\2519 阅读全文
摘要:
任务1.1 点击查看代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int 阅读全文