Submission #357718

#TimeUsernameProblemLanguageResultExecution timeMemory
357718Ahmad_HasanData Transfer (IOI19_transfer)C++17
Compilation error
0 ms0 KiB
#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 (stderr)

/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