From c2091d7cbf89a8b7bb1b41f69ce4a966e5de38ab Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Mon, 2 Oct 2023 14:36:51 +0800 Subject: [PATCH] Exceed base line 2 --- src/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/client.h b/src/include/client.h index f15d722..fd857da 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -510,7 +510,7 @@ std::pair SimpleGuess() { RawRnd() / RawRnd_max) { best_guess.first = i; best_guess.second = j; - allow_a_guess = false; + // allow_a_guess = false; } } }