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

#TimeUsernameProblemLanguageResultExecution timeMemory
216637my99nMemory (IOI10_memory)C++14
100 / 100
6 ms512 KiB
#include <bits/stdc++.h> #include "grader.h" #include "memory.h" using namespace std; void play() { map<char, vector<int> > m; for (int i=1; i<=50; i+=2) { m[faceup(i)].push_back(i); m[faceup(i+1)].push_back(i+1); } for (auto x : m) { faceup(x.second[0]); faceup(x.second[1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...