From cf93edd8dda4f46bce052d7bb2f7738e767276fb Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 30 Mar 2021 12:56:05 +0400 Subject: =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D1=83=D1=8E=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=87=D1=83=20=D0=B2=20=D0=B3=D1=80=D0=B0=D1=84=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graphs/task2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'graphs') 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); -- cgit v1.2.3