数组元素个数为0,访问时行为未定义std::array<int, 0> arr; // 常见初始化方法int main() { const int SIZE = 5; auto Print = [](const ...
確定! 回上一頁