#include <bits/stdc++.h>
using namespace std;
#include "Alice.h"
vector<pair<int, int>> Alice(){
long long ans;
ans=setN(5000);
vector <pair<int,int>> p;
for (int i=1; i<=5000; i++){
if (ans!=i){p.push_back({5000,ans});}
}
return p;
}
#include <bits/stdc++.h>
using namespace std;
#include "Bob.h"
long long Bob(vector<pair<int, int>> V){
return V[0].second;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|
| Fetching results... |
| # | Verdict | Execution time | Memory | Grader output |
|---|
| Fetching results... |
| # | Verdict | Execution time | Memory | Grader output |
|---|
| Fetching results... |