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.
私は問題があります。このコード行で例外がスローされ続けます
originalWord = chosenWords[rand()%chosenWords.size()];
ここで、originalWord は文字列で、chooseWords は文字列ベクトルです。
誰かがこれで私を助けてくれれば幸いです。
前もって感謝します。