diff --git a/README.md b/README.md index 78c941d..716637d 100644 --- a/README.md +++ b/README.md @@ -1287,7 +1287,7 @@ struct Graph { int len; }; - const static int MAXNODE = 1 * 1e5 + 2; + const static int MAXNODE = 1 * 1e5 + 2; // MAXNODE = 10^5 + 2; vector g[MAXNODE]; vector edge;