摘要:
实验五 实验任务1 程序源码 #include<stdio.h> #include<stdlib.h> #define N 4 int main(){ int x[N] = {1, 9, 8, 4}; int i; int *p; for (i = 0; i < N; ++i) printf("%d 阅读全文
摘要:
实验任务1 程序源码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( time 阅读全文