为什么这段代码会给出分段错误?我正在使用code :: blocks.
#include <iostream> #include <cstdio> using namespace std; int main() { int a[555555]; }
c++ stack-overflow
c++ ×1
stack-overflow ×1