Submission #866192

# Submission time Handle Problem Language Result Execution time Memory
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]);
   }
   
   
}
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 436 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 432 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -