analyze: 打印 Key

This commit is contained in:
Calcitem 2020-09-05 10:21:42 +08:00
parent 7b1c3c5b14
commit 782f3a14ac
1 changed files with 6 additions and 0 deletions

View File

@ -142,7 +142,13 @@ void AiThread::analyze(Color c)
Position *pos = ai.position();
#ifdef TEST_MODE
cout << *pos << endl;
#endif
#ifdef TEST_MODE
cout << "Key: " << std::hex << std::uppercase << pos->key() << endl;
#endif
if (v == VALUE_UNIQUE) {
cout << "唯一着法" << endl << endl << endl;