2019年4月25日

摘要: 1、#include <stdio.h> const int N=5;int main() { int a[N] = {1, 2, 3, 4, 5}; int i; for(i=0; i<N; i++) printf("%d: %d\n", &a[i], a[i]); return 0;} 2、 # 阅读全文
posted @ 2019-04-25 22:38 桃瓷少年 阅读(118) 评论(1) 推荐(0)

导航