| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1370383 | idonoam | Magic Show (APIO24_show) | C++20 | 2 ms | 1092 KiB |
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#include "Alice.h"
vector<pair<int,int>> Alice(){
long long x = setN(5000);
vector<pair<int, int>> vec;
for(int i = 1; i <= 5000; i++){
if(i!=x)vec.push_back({x, i});
}
return vec;
}
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#include "Bob.h"
long long Bob(vector<pair<int,int>> V){
if(V[0].first==V[1].first||V[0].first==V[1].second)return V[0].first;
return V[0].second;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
