제출 #866193

#제출 시각아이디문제언어결과실행 시간메모리
866193lomtaMemory (IOI10_memory)C++17
100 / 100
1 ms692 KiB
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;

void play() {
  
   map<char,vector<int> > mp;
   for (int i=1; i<=50; ++i) {
      	char ch=faceup(i);
      	mp[ch].push_back(i);
   }
   
   for(char i='A'; i<='Y';i++){
   		faceup(mp[i][0]);
		faceup(mp[i][1]);
   }
   
   
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…