Submission #232609

#TimeUsernameProblemLanguageResultExecution timeMemory
232609crossing0verMemory (IOI10_memory)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> #include "grader.h" //#include "memory.h" using namespace std; int A[51][2],B[51]; void memory() { for (int i = 1; i <= 50; i++) { int x = faceup(i) - 'a' + 1; A[x][B[x]++] = i; } for (int i = 1; i <= 25; i++) { faceup(A[i][0]); faceup(A[i][1]); } return ; }

Compilation message (stderr)

/tmp/ccp6WLCv.o: In function `main':
grader.cpp:(.text.startup+0x29): undefined reference to `play()'
collect2: error: ld returned 1 exit status