Skip to content

Commit 4a04455

Browse files
committed
Updated
1 parent 53e7b54 commit 4a04455

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

res.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
4256178549306104/5252000529515471
2-
17029570951453186/20688372816560163
3-
41779179275628391/50319537767180790
4-
503317526778745237/606549087413172010
5-
25524879556576135/30805950249264526
6-
71903613157526343/88531384307240410
7-
26216413989010084/32314916107736685
8-
43460932620688859/53622306208060170
9-
73906955891627819/88950921050264065
10-
2277151887607348/2823994303399151

stack_limit.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//Below code is included to check the stack limit size on the Online Judge
2+
//Generally inlcuded when using recursive functions, like dfs
3+
//Most online Judges have Stack limit as 8-16 MB
24

35
#include <bits/stdc++.h>
46
using namespace std;
@@ -21,6 +23,8 @@ int main() {
2123
}
2224
}
2325
}
26+
27+
//write your code below
2428

2529
return 0;
2630
}

0 commit comments

Comments
 (0)