10 2024 档案

摘要:任务一 源代码 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main(){ 4 int score; 5 char grade; 6 while(scanf("%d",&score)!=EOF){ 7 grade=scor 阅读全文
posted @ 2024-10-25 17:11 秦文惠 阅读(9) 评论(0) 推荐(0) 编辑
摘要:任务一 源代码 1 #include <stdio.h> 2 #include <time.h> 3 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main(){ 9 10 int random_major 阅读全文
posted @ 2024-10-10 14:07 秦文惠 阅读(13) 评论(0) 推荐(0) 编辑