2024年4月14日
摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() 8 { 9 int number; 10 int i; 11 12 srand(time(0)); 13 14 for 阅读全文
posted @ 2024-04-14 23:46 马猴烧酒酱 阅读(31) 评论(0) 推荐(0)