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
阅读全文
摘要:任务1 源代码 1 #include <time.h> 2 #define N 5 3 #define N1 397 4 #define N2 476 5 #define N3 21 6 int main(){ 7 int cnt; 8 int random_major,random_no; 9 1
阅读全文