摘要:
#include using namespace std; int main(){ int a[3][4]={1,2,3,4,5,6,7,8,9,10,11,12}; /* for(int (&i)[4]:a) for(int (&j):i) ... 阅读全文
posted @ 2014-11-28 22:27
amdb
阅读(273)
评论(0)
推荐(0)
|
摘要:
#include using namespace std; int main(){ int a[3][4]={1,2,3,4,5,6,7,8,9,10,11,12}; /* for(int (&i)[4]:a) for(int (&j):i) ... 阅读全文
posted @ 2014-11-28 22:27
amdb
阅读(273)
评论(0)
推荐(0)
|