05 2023 档案

摘要:任务4: 实验源码: #include <stdio.h> #include<string.h> #define N 100 typedef struct { char num[10]; int s1; int s2; double sum; char level[10]; } STU; int f 阅读全文
posted @ 2023-05-31 09:48 达娃次仁 阅读(6) 评论(0) 推荐(0) 编辑
摘要:任务 1 1.1程序源码 #include <stdio.h> #include <stdlib.h> #define N 4 int main() { int x[N] = {1, 9, 8, 4}; int i; int *p; for (i = 0; i < N; ++i) printf("% 阅读全文
posted @ 2023-05-08 11:10 达娃次仁 阅读(9) 评论(0) 推荐(0) 编辑