摘要: 1 #include<stdio.h> 2 #include<iostream> 3 using namespace std; 4 int main(){ 5 int a[2][3],*p[3]; //指针数组,存放的是int类型的 6 int cnt=1; 7 for(int i=0;i<2;i+ 阅读全文
posted @ 2020-02-14 17:12 ISGuXing 阅读(402) 评论(0) 推荐(0) 编辑