tnct-spc / procon2014

25th-Kosen-Procon Competition
MIT License
8 stars 0 forks source link

emulatorとパズドラ部の答えが異なる #7

Closed imoneg closed 10 years ago

imoneg commented 10 years ago

else

            test_tool::emulator emu(question);
            auto result = emu.start(answer.get());
            std::cout << "Wrong: " << result.wrong << std::endl;
            std::cout << "Cost : " << result.cost  << std::endl;
            std::cout << "---" << std::endl;

endif

画像を正しく並べてもWrongが多い

godai0519 commented 10 years ago

ごめ,やっぱりそうよね. さっき木耳に頼んだんだけど,一応,前のバージョンに引き戻すだけでいいと思うんだ. (convertを採用する前に,無理やりemulator側で衝突を緩和するコードを書いてしまったので)

godai0519 commented 10 years ago

とりあえず,前のものに引き戻してみたので,確認おねがいします.

ghost commented 10 years ago

大丈夫なようです。

godai0519 commented 10 years ago

ではdevelopにMergeしておきます.

godai0519 commented 10 years ago

Rebaseになってしまった……