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 fun 阅读全文
posted @ 2023-05-25 17:16 15278883663 阅读(17) 评论(0) 推荐(0)
摘要:任务1: 代码1: #include <stdio.h> #define N 4 int main(){ int x[N]={1,9,8,4}; int i; int *p; for(i=0;i<N;i++) printf("%d",x[i]); printf("\n"); return 0; } 阅读全文
posted @ 2023-05-06 20:54 15278883663 阅读(23) 评论(0) 推荐(0)