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

#TimeUsernameProblemLanguageResultExecution timeMemory
379882knightron0Memory (IOI10_memory)C++14
100 / 100
3 ms512 KiB
#include <bits/stdc++.h> #include "grader.h" using namespace std; void play(){ vector<int> idx[26]; for(int i= 1;i<=50;i++){ char vl = faceup(i); idx[vl-'A'+1].push_back(i); } for(int i= 1;i<=25;i++){ for(auto j: idx[i]){ faceup(j); } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...