摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 #define N 5 5 int main() 6 { 7 int number; 8 int i; 9 srand(time(0)); 10 for(i=0;i<N;i++ 阅读全文
posted @ 2022-10-25 22:17 辞·kennthy 阅读(34) 评论(0) 推荐(0) 编辑