We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed2532 commit be7789eCopy full SHA for be7789e
Library/Miscellanious/template.cpp
@@ -35,7 +35,7 @@ int rng(int lim) {
35
return uid(rang);
36
}
37
int mpow(int base, int exp);
38
-void ipgraph(int m);
+void ipgraph(int n, int m);
39
void dfs(int u, int par);
40
41
const int mod = 1'000'000'007;
0 commit comments