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

#TimeUsernameProblemLanguageResultExecution timeMemory
255355ScarletSMemory (IOI10_memory)C++17
100 / 100
2 ms512 KiB
#include <bits/stdc++.h> #include "grader.h" #include "memory.h" #define ll long long #define sz(x) (int)(x).size() using namespace std; void play() { ios_base::sync_with_stdio(0); cin.tie(0); map<char,vector<int>> m; char c; for (int i=1;i<51;++i) { c=faceup(i); m[c].push_back(i); } for (char j='A';j<'Z';++j) { c=faceup(m[j][0]); c=faceup(m[j][1]); } return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...