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

#TimeUsernameProblemLanguageResultExecution timeMemory
316893nandonathanielMemory (IOI10_memory)C++14
100 / 100
2 ms384 KiB
#include "grader.h" #include "memory.h" #include "bits/stdc++.h" using namespace std; void play() { char a, b; vector<int> v[25]; for (int i=0; i<25; ++i) { a = faceup(2*i+1); b = faceup(2*i+2); v[a-'A'].push_back(2*i+1); v[b-'A'].push_back(2*i+2); } for(int i=0;i<25;i++){ a=faceup(v[i][0]); b=faceup(v[i][1]); } return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...