제출 #337668

#제출 시각아이디문제언어결과실행 시간메모리
337668aris12345678뒤집기 (IOI16_reverse)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; const int mxN = 1e5+5; vector<int64_t> reverse(vector<int64_t> a) { reverse(a.begin(), a.end()); return a; } /*int main() { ios::sync_with_stdio(false); cin.tie(0); }*/

컴파일 시 표준 에러 (stderr) 메시지

/tmp/ccvKoQwk.o: In function `main':
grader.cpp:(.text.startup+0x129): undefined reference to `reverse(std::vector<long long, std::allocator<long long> >)'
collect2: error: ld returned 1 exit status