摘要: #include<iostream> using namespace std; //第一维长度为t void p1(int a[][5],int t){ cout<<"第一种调用方式:"<<endl; for(int i=0;i<t;i++){ for(int j=0;j<5;j++){ cout< 阅读全文
posted @ 2023-11-18 09:00 郭立恒 阅读(8) 评论(0) 推荐(0)