The following C++ example demonstrates how to initialize and traverse a 2D array: #include <iostream> using namespace std; int main() { // a ...
確定! 回上一頁