会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
0117521-
公告
日历
导航
博客园
首页
新随笔
新文章
联系
订阅
管理
2022年6月7日
第六次实验
摘要: #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-07 17:39 董璇
阅读(75)
评论(3)
推荐(0)
编辑
Copyright © 2024 董璇
Powered by .NET 9.0 on Kubernetes