数塔问题

c++语言 #include <iostream> #include <time.h> #include <string> #include <stdlib.h> #include <cmath> using namespace std; int main() {  int num[20][20] = {NULL};  //该函数共有三个参数,两个有默认值  //第一个为一个保存数据的二维数组  
相关文章
相关标签/搜索