摘要: 任务1 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 阅读全文
posted @ 2024-04-14 23:29 听凭风的指引 阅读(2) 评论(0) 推荐(0) 编辑