#include <bits/stdc++.h> //Andrei Alexandru a.k.a Sho10
#include "interactive.h"
#define ll long long
#define double long double
#pragma GCC optimize("O3")
#pragma GCC optimize("Ofast")
#define all(a) (a).begin(), (a).end()
#define f first
#define s second
#define pb push_back
#define mp make_pair
#define pi pair
#define rc(s) return cout<<s,0
#define endl '\n'
#define mod (10*10*10*10*10*10*10*10*10+7)
#define PI 3.14159265359
#define MAXN 100005
#define INF 1000000005
#define LINF 1000000000000000005ll
#define CODE_START ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
using namespace std;
vector<int> guess(int n){
vector<int>ans;
for(int i=1;i<=n;i++)
{
ans.pb(ask(i));
}
if(ans.size()>=2){
swap(ans[0],ans[1]);
}
return ans;
}
/*
int32_t main(){
CODE_START;
*/
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
364 KB |
Output is not correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
364 KB |
Output is not correct |
2 |
Halted |
0 ms |
0 KB |
- |