06 2022 档案

摘要:#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("%d", x[i]); printf(" 阅读全文

posted @ 2022-06-14 11:05 Hi,海 阅读(36) 评论(1) 推荐(0) |

摘要:#include <stdio.h> #include <stdlib.h> #define N 5 #define M 80 typedef struct { char name[M]; char author[M]; }Book; int main() { Book x[N] = { {"一九八 阅读全文

posted @ 2022-06-06 22:38 Hi,海 阅读(34) 评论(0) 推荐(0) |

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3