제출 #1054811

#제출 시각아이디문제언어결과실행 시간메모리
1054811KebabuVaikis15자매 도시 (APIO20_swap)C++14
컴파일 에러
0 ms0 KiB
#include <iostream> using namespace std; int main() { cout<<"-1"; }

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

/usr/bin/ld: /tmp/cccjmUNe.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccCbqzBe.o:swap.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/cccjmUNe.o: in function `main':
grader.cpp:(.text.startup+0x1c3): undefined reference to `init(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: grader.cpp:(.text.startup+0x223): undefined reference to `getMinimumFuelCapacity(int, int)'
collect2: error: ld returned 1 exit status