Submission #365477

#TimeUsernameProblemLanguageResultExecution timeMemory
365477lookcookpopa (BOI18_popa)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
#include <popa.h>

#define int long long

using namespace std;

int solve(int n, int* left, int* right) {
    left[0] = -1;
    right[0] = -1;
    return 3;
}

Compilation message (stderr)

/tmp/ccoFbc6B.o: In function `main':
grader.cpp:(.text.startup+0xe9): undefined reference to `solve(int, int*, int*)'
collect2: error: ld returned 1 exit status