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

#TimeUsernameProblemLanguageResultExecution timeMemory
1080741juicyMemory (IOI10_memory)C++17
100 / 100
1 ms596 KiB
#include "grader.h" #include "memory.h" #include <bits/stdc++.h> using namespace std; void play() { vector<vector<int>> pos(25); for (int i = 1; i <= 50; ++i) { pos[faceup(i) - 'A'].push_back(i); } for (auto v : pos) { for (auto x : v) { faceup(x); } } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...