gaoaha

博客园 首页 新随笔 联系 订阅 管理

2025年4月6日 #

摘要: task1 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score 阅读全文
posted @ 2025-04-06 21:50 gaoaha 阅读(12) 评论(0) 推荐(0)