ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1056. Centers of the Net

what's the limit of stack space? and what if it's run out of?
Posted by yuelin 28 Sep 2004 16:11
af
In 32-bit compilers size of stack is limited only by hardware and compiler directives.
Posted by Vlad Veselov [PMG17, Vinnitsa - KNU, Kiev] 28 Sep 2004 18:27
Try to change compiler directives.

Edited by author 28.09.2004 18:27
Re: In 32-bit compilers size of stack is limited only by hardware and compiler directives.
Posted by yuelin 1 Oct 2004 09:19
And how?
Do the compiler directives in Fp and delphi work the same?