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

#TimeUsernameProblemLanguageResultExecution timeMemory
299004EJOI2019AndrewMemory (IOI10_memory)C++17
0 / 100
1 ms256 KiB
#include "grader.h" #include "memory.h" #include<bits/stdc++.h> using namespace std; void play() { map<char,int>pos,vis; for(int i=1; i<=50; ++i) { char a=faceup(i); if(vis[a]==1) faceup(pos[a]); vis[a]=1; pos[a]=i; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...