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

#TimeUsernameProblemLanguageResultExecution timeMemory
503774Carmel_Ab1Memory (IOI10_memory)C++17
100 / 100
2 ms212 KiB
#include "memory.h" #include "grader.h" #include <bits/stdc++.h> using namespace std; void play() { vector<vector<int>>pos(26); for(int i=0; i<50; i++) { char c=faceup(i+1); pos[c-'A'].push_back(i+1); } for(int i=0; i<26; i++) for(int x:pos[i]) faceup(x); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...