답안 #357718

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
357718 2021-01-24T13:40:28 Z Ahmad_Hasan Data Transfer (IOI19_transfer) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
#include "transfer.h"
using namespace std;

vector<int> get_attachmen(vector<int>src){

    return src;
}

vector<int> retrieve(vector<int>data){

    return data;
}

Compilation message

/tmp/ccx8HtsP.o: In function `pass1()':
grader.cpp:(.text+0x644): undefined reference to `get_attachment(std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status