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
阅读全文
摘要:任务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; }
阅读全文

浙公网安备 33010602011771号