diff options
| -rw-r--r-- | graphs/task2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphs/task2.cpp b/graphs/task2.cpp index 0213be0..25e9a64 100644 --- a/graphs/task2.cpp +++ b/graphs/task2.cpp @@ -58,7 +58,6 @@ int main() q--; g[p].push_back(q); - g[q].push_back(p); cout << "Полученный граф:" << endl; print(g); |