摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 6 #define N 5 7 8 int main() 9 { 10 11 int number; 12 int i; 13 srand(time(0)); 14 15 阅读全文
posted @ 2024-04-15 12:32 宇智波鼬》 阅读(15) 评论(0) 推荐(0)