摘要: 四、实验结论 1. 实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() 6 { 7 int grade, number; 8 int i; 9 10 srand 阅读全文
posted @ 2022-04-13 19:27 liuxianer 阅读(83) 评论(0) 推荐(0)