摘要: 实验2 实验结论 任务1 源代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() 8 { 9 10 int number; 11 int i; 12 13 sran 阅读全文
posted @ 2026-04-03 23:19 dfuty 阅读(8) 评论(0) 推荐(0)