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

#TimeUsernameProblemLanguageResultExecution timeMemory
961967RED1Memory (IOI10_memory)C++14
Compilation error
0 ms0 KiB
void play() { for (int i = 1; i <= 50; ++i) { for (int z = 2; z <= 50; ++z) { if(i != z) { faceup(i); faceup(z); } } } }

Compilation message (stderr)

memory.cpp: In function 'void play()':
memory.cpp:9:17: error: 'faceup' was not declared in this scope
    9 |                 faceup(i);
      |                 ^~~~~~