From 957ffa114604e817466359bb428928f14b2c7907 Mon Sep 17 00:00:00 2001 From: "dev@dev.com" Date: Thu, 3 Jun 2021 19:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chesspi/chesspi_ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chesspi/chesspi_ai.cpp b/chesspi/chesspi_ai.cpp index 33ad9bf..fe710e9 100644 --- a/chesspi/chesspi_ai.cpp +++ b/chesspi/chesspi_ai.cpp @@ -149,7 +149,7 @@ std::vector build_tree(const chess_node & root, const int side,const curr_i += (ts - curr_i); } - //printf ("\nDepth = %d\n",tree.rbegin()->depth); + printf ("Depth = %d \n",tree.rbegin()->depth); return tree; } -- GitLab