04 2025 档案

摘要:实验四 实验任务一 代码 点击查看代码 #include<stdio.h> #include<stdlib.h> #define N 4 #define M 2 void test1(){ int x[N]={1,9,8,4}; int i; printf("sizeof(x)=%d\n",size 阅读全文
posted @ 2025-04-20 20:59 任书静 阅读(14) 评论(0) 推荐(0)
摘要:实验任务一 代码 点击查看代码 #include<stdio.h> char score_to_grade(int score); int main(){ int score; char grade; while(scanf("%d",&score)!=EOF){ grade=score_to_gr 阅读全文
posted @ 2025-04-09 14:04 任书静 阅读(18) 评论(0) 推荐(0)