답안 #365477

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
365477 2021-02-11T17:38:25 Z lookcook popa (BOI18_popa) C++17
컴파일 오류
0 ms 0 KB
#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

/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