摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 #define N 5 5 6 int main(){ 7 int x, n; 8 9 srand(time(0)); 10 11 for(n=1; n<=N; n++){ 1 阅读全文
posted @ 2021-04-10 17:23 wyfaa 阅读(227) 评论(2) 推荐(0)