摘要: *实验任务1 task1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() 8 { 9 int grade ,number; 10 int i; 11 12 sra 阅读全文
posted @ 2022-04-16 15:11 19度的小常 阅读(43) 评论(2) 推荐(0)