董祉奕

2021年4月16日

实验3

摘要: #include<stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main(){ int x,n; srand(time(0)); for(n=1;n<=N;n++){ x = rand()%100; printf("%3 阅读全文

posted @ 2021-04-16 10:56 xgeyknf 阅读(30) 评论(2) 推荐(0) 编辑

导航