Submission #759808

#TimeUsernameProblemLanguageResultExecution timeMemory
759808fakeaccount3169Distributing Candies (IOI21_candies)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; vector<int> distribute_candies(vector<int>& c, vector<int>& l, vector<int>& r, vector<int>& v) { return {}; }

Compilation message (stderr)

/usr/bin/ld: /tmp/cctkLgCA.o: in function `main':
grader.cpp:(.text.startup+0x30e): undefined reference to `distribute_candies(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status