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

#TimeUsernameProblemLanguageResultExecution timeMemory
1116326ChuanChenMemory (IOI10_memory)C++14
100 / 100
3 ms568 KiB
#include "grader.h" #include "memory.h" #include<bits/stdc++.h> void play() { ::std::vector<int> pos[30]; for(int i = 1; i <= 50; i++){ char a = faceup(i); pos[(int)a-'A'].push_back(i); } for(int i = 0; i < 25; i++){ faceup( pos[i][0] ); faceup( pos[i][1] ); } return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...