#include<vector>
#include<string>

std::vector<int> play(int N,int T);

std::string guess(std::vector< std::vector<int> >& questions);

