數塔問題

c++語言 #include <iostream> #include <time.h> #include <string> #include <stdlib.h> #include <cmath> using namespace std; int main() {  int num[20][20] = {NULL};  //該函數共有三個參數,兩個有默認值  //第一個爲一個保存數據的二維數組  
相關文章
相關標籤/搜索