访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
int NN[9][9]; for ( int i = 1 ; i < 10 ; i++ ) { for ( int j = 1 ; j < 10 ; j++ ) { NN[i-1][j-1] = i*j; } }