제출 #673647

#제출 시각아이디문제언어결과실행 시간메모리
673647ToroTN벽 (IOI14_wall)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; #include "wall.h" #include "grader.cpp" int seg[8000005],up[8000005],down[8000005]; void buildWall(int n, int k, int op[], int left[], int right[], int height[], int finalHeight[]) { }

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

/usr/bin/ld: /tmp/ccTrN65t.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccrad8Lu.o:wall.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status