제출 #759808

#제출 시각아이디문제언어결과실행 시간메모리
759808fakeaccount3169사탕 분배 (IOI21_candies)C++17
컴파일 에러
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 {}; }

컴파일 시 표준 에러 (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