摘要:
TASK 4 點擊查看代碼 #include <stdio.h> int main() { int count = 0; int ch; FILE *fp; fp = fopen("data4.txt", "r"); if (fp == NULL) { printf("fail to open fi 閱讀全文
摘要:
TASK 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, i 閱讀全文
摘要:
TASK 1 點擊查看代碼 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 int main() { int number; int i; srand(time(0)); for (i = 0; i < N; ++i 閱讀全文