isZcc

2023年5月11日

实验5

摘要: 实验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-11 13:07 走草草 阅读(9) 评论(0) 推荐(0) 编辑

导航