W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
#include
#include
using namespace std; int main() { string cars[3] = {"Volvo", "BMW", "Ford"}; // An array with 3 elements // Trying to add another element (a fourth element) to the cars array will result in an error cars[3] = "Mazda"; for (string car : cars) { cout << car << "\n"; } return 0; }
main.cpp:9:3: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
cars[3] = "Mazda";
^
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル