(UPD: 2024-12-04 14:48 UTC) Judge is not working due to Cloudflare incident. (URL) We can do nothing about it, sorry. After the incident is resolved, we will grade all submissions.

Submission #423164

#TimeUsernameProblemLanguageResultExecution timeMemory
423164haxormanMemory (IOI10_memory)C++14
100 / 100
3 ms260 KiB
#include "grader.h" #include "memory.h" #include <bits/stdc++.h> using namespace std; unordered_map<char, int> pos; void play() { char c; for (int i = 2; i <= 50; ++i) { c = faceup(i); if (pos[c]) { faceup(pos[c]); } else { pos[c] = i; faceup(1); } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...