제출 #585939

#제출 시각아이디문제언어결과실행 시간메모리
585939irmuunMemory (IOI10_memory)C++17
100 / 100
3 ms284 KiB
#include <bits/stdc++.h>
#include "grader.h"
#include "memory.h"
 
using namespace std;
void play()
{
    vector<int> v[51];
    for(int i=1; i<=50; i++) v[faceup(i)-'A'].push_back(i);
    for(int i=0; i<=24; i++) faceup(v[i][0]), faceup(v[i][1]);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…