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

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