用C/C++编写一个小程序

日期:2016-05-28 02:03:30 人气:1

用C/C++编写一个小程序

#include using namespace std; int main() { int b[6]={1,2,2,3,4,5},i,j,k,l,m,n,p,c,d,*a[6]; for(j=0;j<6;j++) a[j]=&b[j]; for(j=0;j<6;j++) { a[0]=&b[j]; for(k=0;k<6;k++) { if(k==j) continue; a[1]=&b[k]; for
    A+
热门评论