답안 #866192

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
866192 2023-10-25T15:05:23 Z lomta Memory (IOI10_memory) C++17
0 / 100
1 ms 436 KB
#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<='Z';i++){
   		faceup(mp[i][0]);
		faceup(mp[i][1]);
   }
   
   
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 436 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 432 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -