#include <bits/stdc++.h>
using namespace std;
const int N = 1000000;
struct node {
long long a[N];
};
node fun () {
}
int main () {
string s;
cin >> s;
fun ();
return 0;
}
把以上代码复制到 Dev-C++ 里会发现:
--------------------------------
Process exited after 2.??? seconds with return value 3221225725
请按任意键继续. . .
N改大一点都是这样。为什么?