답안 #638037

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
638037 2022-09-04T11:04:51 Z vladislav11 사탕 분배 (IOI21_candies) C++17
컴파일 오류
0 ms 0 KB
vector<int> distribute_candies ( vector<int> c, vector<int> l, vector<int> r, vector<int> v )
{
    return c;
}

Compilation message

candies.cpp:2:1: error: 'vector' does not name a type
    2 | vector<int> distribute_candies ( vector<int> c, vector<int> l, vector<int> r, vector<int> v )
      | ^~~~~~