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