摘要: 实验任务一 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include<stdlib.h> 4 5 char score_to_grade(int score); 6 7 int main() { 8 int score; 9 阅读全文
posted @ 2025-10-30 20:54 刘奕晨 阅读(9) 评论(1) 推荐(0)