제출 #526563

#제출 시각아이디문제언어결과실행 시간메모리
526563BelguteiXoractive (IZhO19_xoractive)C++17
6 / 100
1 ms204 KiB
#include "interactive.h"
#include<bits/stdc++.h>

using namespace std;

#define ll long long
#define ff first
#define ss second
#define pb push_back
#define mk make_pair

vector<int> ans;

vector<int> guess(int n) {
    if(n<=4){
        for(int i=0; i<4; i++){
            ans.pb(ask(i+1));
        }
    }
    return ans;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...