Skip to content

Commit 63cb314

Browse files
authored
Update Offline_Del.mdx
1 parent 7444572 commit 63cb314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/6_Advanced/Offline_Del.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct DSU {
168168
}
169169
};
170170
171-
const int MAXN = 3e5 + 5;
171+
const int MAXN = 3e5 + 1;
172172
173173
DSU dsu(MAXN);
174174

0 commit comments

Comments
 (0)