#include <vector>

std::vector<int> guessOnes(int n,int k);
bool hasOnes(int l,int r);
