訪客只能看到部份內容,免費 加入會員 或由臉書 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; } }