#include <bits/stdc++.h> using namespace std; namespace test { int a[100000]; }
这里面的a初值是0吗? 会不会没有运行也占用空间(就像全局变量一样)