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

#TimeUsernameProblemLanguageResultExecution timeMemory
1086469Noname_1900Memory (IOI10_memory)C++17
100 / 100
1 ms596 KiB
#include "grader.h" #include "memory.h" int posLettre[51]; bool bloque[51]; void play() { int i; char a, b; for (i=1; i<=50; i+=2) { a = faceup(i); b = faceup(i+1); posLettre[a-'A'] = i; posLettre[b-'A'] = i+1; } for(i = 1; i <= 50; i++) { if(bloque[i]) continue; a = faceup(i); b = faceup(posLettre[a-'A']); bloque[posLettre[a-'A']] = true; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...