# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
339122 | Ta180m | Memory (IOI10_memory) | C++17 | 3 ms | 492 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "grader.h"
#include "memory.h"
#include <bits/stdc++.h>
using namespace std;
void play() {
vector<int> pos[128];
for (int i = 0; i < 25; ++i)
pos[faceup(2*i+1)].push_back(2*i+1),
pos[faceup(2*i+2)].push_back(2*i+2);
for (int i = 'A'; i < 'Z'; ++i)
faceup(pos[i][0]), faceup(pos[i][1]);
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |