摘要: 实验结论 1.实验任务1 task1.c源代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EO 阅读全文
posted @ 2025-04-03 21:35 yjk2053 阅读(38) 评论(0) 推荐(0)