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

#TimeUsernameProblemLanguageResultExecution timeMemory
1109332sxwuelMemory (IOI10_memory)C++17
100 / 100
3 ms560 KiB
#include "grader.h" #include "memory.h" #include<bits/stdc++.h> using namespace std; void play() { vector<int> local['Z']; for(int i=1; i<=50; i++){ local[(int)faceup(i)].push_back(i); } for(char a='A'; a<='Y'; a++){ faceup(local[(int)a][0]); faceup(local[(int)a][1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...