Skip to content

Commit be7789e

Browse files
committed
fixed typo in template for ipgraph
1 parent 9ed2532 commit be7789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Miscellanious/template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int rng(int lim) {
3535
return uid(rang);
3636
}
3737
int mpow(int base, int exp);
38-
void ipgraph(int m);
38+
void ipgraph(int n, int m);
3939
void dfs(int u, int par);
4040

4141
const int mod = 1'000'000'007;

0 commit comments

Comments
 (0)