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

#TimeUsernameProblemLanguageResultExecution timeMemory
377618jlallas384Memory (IOI10_memory)C++14
100 / 100
78 ms512 KiB
#include <bits/stdc++.h> #include "grader.h" using namespace std; void play(){ vector<vector<int>> a(25); for(int i = 1; i <= 50; i++){ a[faceup(i) - 'A'].push_back(i); } for(int i = 0; i < 25; i++){ faceup(a[i][0]); faceup(a[i][1]); } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...