摘要:
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
阅读(7)
评论(0)
推荐(0)
2025年4月6日 #
2025年3月18日 #
2025年3月16日 #
2025年3月4日 #