| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
顶In Reply To:怎么是C++的栈大一些?里面的程序C++ WA,G++ RE。40000的递归深度G++就挂了。 Posted by:zhucheng at 2005-08-30 21:14:42 > void fun(int n)
> {
> int a[10]={0};
> if(n>0)fun(n-1);
> }
> int main()
> {
> fun(40000);
> return 0;
> }
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator