windows命令行开栈g++ a.cpp -o a '-Wl,--stack=10000000' //ubuntu命令行开栈g++ a.cpp -o a '/STACK:1000000,1000000'