10 2025 档案
摘要:实验任务1: 1 #include <stdio.h> 2 char score_to_grade(int score); 3 4 int main() { 5 int score; 6 char grade; 7 while(scanf("%d", &score) != EOF) { 8 grad
阅读全文
摘要:实验任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 11 int r
阅读全文
浙公网安备 33010602011771号