X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=bot%2Fbot.cpp;h=6a486025c77ef869315e0e4f86e971e56e91bf9c;hp=dd516328979baf7ea150909a1c69d0f85f20f287;hb=c2b823beca5d24afbac2c0489837eb7ec93bfbd3;hpb=f4121d29718ebe595283200700956369776dbdca diff --git a/bot/bot.cpp b/bot/bot.cpp index dd51632..6a48602 100644 --- a/bot/bot.cpp +++ b/bot/bot.cpp @@ -198,6 +198,11 @@ void Bot::updateWorld(){ if (input == "ev/") break; istringstream evidence(input); + int world; + evidence >> input; + evidence >> input; + evidence >> world; + _evidence[world] = input; } getline(cin,input);