#include <string>
#include <utility>
std::pair<int,int> guess(std::string B);
void init(int T, int N);
void game();
