使用for()嵌套循环输出二维数组

// ex5-20.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream> const int citys=5; const int year=4; int _tmain(int argc, _TCHAR* argv[]) { using namespace std; const char * city[citys]=
相关文章
相关标签/搜索