#include #include #include #include #include #include using namespace std; #define int long long #define endl "\n" constexpr long long INF = (long long)1e18; constexpr long long MOD = 1'000'000'007; string yn(bool f){return f?"Yes":"No";} string YN(bool f){return f?"YES":"NO";} int X; vector ans; bool check(int num){ if(num+ans.size() <= 1) exit(2); cout<<"? "<>ans; return ans; } signed main(){ // cin.tie(nullptr); // ios::sync_with_stdio(false); // cout<>N; while(true){ bool flag = false; int l = 0, h = N+1, m; sort(ans.begin(), ans.end()); if(l+1>=h) break; // cout<<"l = "<