analyze: 打印 Key
This commit is contained in:
parent
7b1c3c5b14
commit
782f3a14ac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue