| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1368578 | tapilyoca | Memory (IOI10_memory) | C++20 | 0 ms | 412 KiB |
#include "grader.h"
#include "memory.h"
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
template<typename T> using vec = vector<T>;
using vll = vec<ll>;
using vvll = vec<vll>;
#define pb push_back
void play() {
vvll loc(26);
for(int i = 1; i <= 50; i += 2) {
loc[faceup(i) - 'A'].pb(i);
loc[faceup(i+1) - 'A'].pb(i+1);
}
for(int i = 0; i < 25; i++) {
// cerr << loc[i][0] << " " << loc[i][1] << endl;
faceup(loc[i][0]);
faceup(loc[i][1]);
}
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
