摘要:
#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,海 阅读(18) 评论(1) 推荐(0) 编辑
posted @ 2022-06-14 11:05 Hi,海 阅读(18) 评论(1) 推荐(0) 编辑
posted @ 2022-06-06 22:38 Hi,海 阅读(26) 评论(0) 推荐(0) 编辑
posted @ 2022-05-09 17:06 Hi,海 阅读(16) 评论(1) 推荐(0) 编辑
posted @ 2022-04-22 13:21 Hi,海 阅读(34) 评论(1) 推荐(0) 编辑
posted @ 2022-04-17 20:29 Hi,海 阅读(42) 评论(2) 推荐(0) 编辑
posted @ 2022-03-28 11:02 Hi,海 阅读(43) 评论(1) 推荐(0) 编辑
Copyright © 2024 Hi,海
Powered by .NET 9.0 on Kubernetes