10 2024 档案

摘要:task1 源代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = s 阅读全文
posted @ 2024-10-23 20:40 石宇昊 阅读(14) 评论(0) 推荐(0) 编辑
摘要:任务1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main() { int cnt; int ran 阅读全文
posted @ 2024-10-09 23:42 石宇昊 阅读(11) 评论(0) 推荐(0) 编辑