If I am calling too many functions which is more than allowed in the memory limit I will get run time error or memory limit exceeded ? like in this code https://codeforces.net/contest/1067/submission/85187079
UPD If I am calling too many functions which is more than the stack size I will get run time error or memory limit exceeded ?
Number of function calls you can make without RTE depends on the stack size, not memory limit.
Yes I googled and I found this blog : https://codeforces.net/blog/entry/4429 I think it's really helpful blog ,thanks :)
Auto comment: topic has been updated by Mohamed_Saad62 (previous revision, new revision, compare).
Auto comment: topic has been updated by Mohamed_Saad62 (previous revision, new revision, compare).