| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 730731 | Jarif_Rahman | Memory (IOI10_memory) | C++17 | 2 ms | 336 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "memory.h"
#include "grader.h"
#include <bits/stdc++.h>
#define pb push_back
#define f first
#define sc second
using namespace std;
typedef long long int ll;
typedef string str;
void play(){
vector<bool> bl(25, 0);
vector<int> pos(25, -1);
bool up = 0;
for(int i = 1; i <= 50; i++){
int c = faceup(i)-'A';
up = !up;
if(pos[c] == -1) pos[c] = i;
else{
if(!up) faceup(i);
faceup(pos[c]);
up = 0;
}
}
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
