04 2025 档案

摘要:task 1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 // 输出数组x占用的内 阅读全文
posted @ 2025-04-17 08:54 闫芊语 阅读(18) 评论(0) 推荐(0)
摘要:task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf 阅读全文
posted @ 2025-04-07 19:36 闫芊语 阅读(8) 评论(0) 推荐(0)