# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1202104 | PlayVoltz | Memory (IOI10_memory) | C++20 | 1 ms | 408 KiB |
#include "grader.h"
#include "memory.h"
#include <bits/stdc++.h>
using namespace std;
void play(){
map<char, vector<int> > m;
for (int i=1; i<=50; ++i)m[faceup(i)].push_back(i);
for (auto [b, a]:m)faceup(a[0]), faceup(a[1]);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |