| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1363053 | ahmetlbktd4 | Permutation Game (APIO25_permgame) | C++20 | 0 ms | 344 KiB |
#include "permgame.h"
#include "bits/stdc++.h"
using namespace std;
int Alice(int m,int e,vector<int> u,vector<int> v,int n,vector<int> p){
for (int i = 0;i < n;i++){
while (p[i] ^ i){
int h = p[i];
Bob({i,h});
swap(p[i],p[h]);
}
}
return n;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
