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

#TimeUsernameProblemLanguageResultExecution timeMemory
358570idk321Memory (IOI10_memory)C++11
100 / 100
3 ms492 KiB
#include "grader.h" #include "memory.h" #include <bits/stdc++.h> using namespace std; vector<int> pos[25]; void play() { int i; for (i=1; i<=50; ++i) { int a = faceup(i) - 'A'; pos[a].push_back(i); } for (int i = 0; i < 25; i++) { faceup(pos[i][0]); faceup(pos[i][1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...