【发布时间】:2019-10-05 08:04:32
【问题描述】:
你能告诉我为什么会出现运行时错误吗?
#include <iostream>
#include <stdio.h>
#define lld long long int
#define size 10000
using namespace std;
static int matrix[size][size];
【问题讨论】:
-
错误是什么?
-
当 size 远小于 10000 时会报错吗?
-
gcc 编译时使用标志
-std=c++14没有错误 -
无关,但不要使用
是C++程序,使用