建立您自己的網站
main.cpp:9:3: 警告:陣列索引 3 超出陣列範圍(陣列包含 3 個元素)[-Warray-bounds]
  cars[3] = "Mazda";
  ^