# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1235991 | jellybean | Memory (IOI10_memory) | C++20 | 0 ms | 408 KiB |
#include "grader.h"
#include "memory.h"
#include <bits/stdc++.h>
using namespace std;
#define fi first
#define se second
#define pb push_back
#define dd(x) cout<<#x<<" is "<<x<<endl;
typedef pair<int,int> pii;
vector<int>v[30];
void play() {
for(int i=1; i<=50; i++){
int res = faceup(i) - 'A';
v[res].pb(i);
}
for(int i=0; i<26; i++){
for(auto j:v[i]) faceup(j);
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |