(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 #543036

#TimeUsernameProblemLanguageResultExecution timeMemory
543036pere_gilMemory (IOI10_memory)C++17
100 / 100
3 ms336 KiB
#include "bits/stdc++.h" #include "grader.h" #include "memory.h" using namespace std; void play() { unordered_map<char,int> ma; for(int i=1;i<=50;i++){ char a=faceup(i); if(ma.find(a)==ma.end()){ ma[a]=i; faceup(i%50+1); } else faceup(ma[a]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...