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

#TimeUsernameProblemLanguageResultExecution timeMemory
512473600MihneaMemory (IOI10_memory)C++17
100 / 100
3 ms352 KiB
#include "grader.h" #include "memory.h" #include <bits/stdc++.h> using namespace std; void play() { map<char, vector<int>> w; for (int i = 1; i <= 50; i++) { w[faceup(i)].push_back(i); } for (auto &it : w) { for (auto &j : it.second) { faceup(j); } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...