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

#TimeUsernameProblemLanguageResultExecution timeMemory
491619AlexandruabcdeMemory (IOI10_memory)C++14
100 / 100
3 ms324 KiB
#include "memory.h" #include "grader.h" #include <bits/stdc++.h> using namespace std; constexpr int SIGMAX = 26; vector <int> Yeet[SIGMAX]; void play() { for (int i = 1; i <= 50; ++ i ) { char ch = faceup(i); Yeet[ch-'A'+1].push_back(i); } for (int i = 1; i <= 25; ++ i ) { faceup(Yeet[i][0]); faceup(Yeet[i][1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...