摘要: task1: 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_s("%d",&score) != EOF) { 1 阅读全文
posted @ 2024-10-28 07:41 施5114 阅读(10) 评论(0) 推荐(0) 编辑