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

#TimeUsernameProblemLanguageResultExecution timeMemory
335593JoshcMemory (IOI10_memory)C++11
100 / 100
2 ms384 KiB
#include "grader.h" #include "memory.h" #include <vector> using namespace std; void play() { vector<int> x[26]; for (int i=1; i<=50; i++) { x[faceup(i)-'A'+1].push_back(i); } for (int i=1; i<=25; i++) { faceup(x[i][0]); faceup(x[i][1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...