| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1361608 | mariza | Magic Show (APIO24_show) | C++20 | 3 ms | 1092 KiB |
#include "Alice.h"
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
vector<pair<int,int>> Alice(){
ll x=setN(5000);
vector<pair<int,int>> ans;
for(ll i=1; i<=5000; i++){
if(i!=x) ans.push_back({i,x});
}
return ans;
}
#include "Bob.h"
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
long long Bob(vector<pair<int,int>> t){
if(t[0].first==t[1].first || t[0].first==t[1].second) return t[0].first;
else return t[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... | ||||
