Skip to content

Commit

Permalink
Update datastructure/vertex_add_path_sum/verifier.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yosupo06 authored Jan 5, 2020
1 parent 5edaace commit d548591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastructure/vertex_add_path_sum/verifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main() {
if (t == 0) {
inf.readInt(0, n - 1, "p");
inf.readSpace();
inf.readInt(0, A_X_MAX, "x");
inf.readInt(0, A_AND_X_MAX, "x");
} else {
inf.readInt(0, n - 1, "u");
inf.readSpace();
Expand Down

0 comments on commit d548591

Please sign in to comment.