답안 #759808

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
759808 2023-06-16T20:33:22 Z fakeaccount3169 사탕 분배 (IOI21_candies) C++17
컴파일 오류
0 ms 0 KB
#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

/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