| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1364340 | mariza | Mechanical Doll (IOI18_doll) | C++20 | 9 ms | 2372 KiB |
#include "doll.h"
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
void create_circuit(int m, vector<int> a) {
ll n=a.size();
vector<int> c(m+1,0);
c[0]=a[0];
for(ll i=1; i<n; i++){
c[a[i-1]]=a[i];
}
c[a[n-1]]=0;
answer(c,vector<int>(),vector<int>());
}
| # | 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... | ||||
