제출 #377139

#제출 시각아이디문제언어결과실행 시간메모리
377139kevinxiehkMemory (IOI10_memory)C++17
100 / 100
3 ms512 KiB
#include<memory.h>
#include<grader.h>

#include<bits/stdc++.h>
using namespace std;
// TODO: global variables can be declared here
map<char,vector<int>>mp;
void play() {
    for(int i=1;i<=50;i++)mp[faceup(i)].push_back(i);
    for(char c='A';c<='Y';c++){faceup(mp[c][0]);faceup(mp[c][1]);}
    return;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…