使用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]=
相關文章
相關標籤/搜索