Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ねえ、文字の 2 次元ベクトルを作成することに興味があったので、それがベクトル内のベクトルであることを知っていて、すべての値を「,」に初期化したいと思います。
だから私はこれだけ知っている 私は信じている
vector<vector<char>> spaceStation();
列と行が括弧内にあると推測していますが、正確にはわかりません。
ありがとう!