Yh-c-learning

导航

 

2026年4月21日

摘要: 实验任务1 源代码: 1 #include <stdio.h> 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) 阅读全文
posted @ 2026-04-21 23:08 葛益豪 阅读(9) 评论(0) 推荐(0)