2維陣列 – 宣告範例. #include <iostream> using namespace std; int main(void). { int array_a[2][3];. //設定大小,未初始化 int array_b[2][3] = { //設定大小,並 ...
確定! 回上一頁