namespace std { template <class T, std::size_t N> struct array; } ... 3要素のint型配列を定義し、初期化子リストで初期化 std::array<int, ...
確定! 回上一頁