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 <bits/stdc++.h>
using namespace std;
inline namespace ns
{
} // namespace ns
void play()
{
vector<vector<int>> a(25);
for (int i = 0; i < 50; i++)
a[faceup(i + 1) - 'A'].push_back(i);
for (int i = 0; i < 25; i++)
{
faceup(a[i][0] + 1), faceup(a[i][1] + 1);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |