Submission #210708

#TimeUsernameProblemLanguageResultExecution timeMemory
210708sochoMemory (IOI10_memory)C++14
0 / 100
5 ms376 KiB
#include "grader.h" #include "memory.h" #include "bits/stdc++.h" using namespace std; void play() { map<char, int> found; for (int i=1; i<=50; i++) { char t = faceup(i); if (found.find(t) != found.end()) { faceup(found[t]); // alr found, matcup } else { found[t] = i; } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...