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

#TimeUsernameProblemLanguageResultExecution timeMemory
524280DeepessonMemory (IOI10_memory)C++17
100 / 100
2 ms328 KiB
#include <bits/stdc++.h> #include "memory.h" #include "grader.h" #include <stdio.h> #include <stdlib.h> void play() { int i; std::vector<int> posicoes[25]; for (i=0; i!=50; ++i) { posicoes[faceup(i+1)-'A'].push_back(i+1); } for(auto&x:posicoes){ faceup(x[0]); faceup(x[1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...