From d56cbb5c36c61fcb3a898363c5b9c2a7062b092e Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 30 Mar 2021 14:30:12 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B1=D0=B5=D0=BB=20=D0=B2=205=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graphs/task5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphs') diff --git a/graphs/task5.cpp b/graphs/task5.cpp index 7fc9652..59900b8 100644 --- a/graphs/task5.cpp +++ b/graphs/task5.cpp @@ -48,7 +48,7 @@ void bfs( int a, (*paths)[node] = y; q->push(node); - if(node == b) return; + if (node == b) return; } } } -- cgit v1.2.3