tgwz

2025年10月27日

实验3

摘要: task1 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main(){ 4 int score; 5 char grade; 6 while(scanf("%d",&score)!=EOF){ 7 grade=score_ 阅读全文

posted @ 2025-10-27 21:15 添罐望仔 阅读(5) 评论(1) 推荐(0)

导航