답안 #29076

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
29076 2017-07-18T08:04:56 Z 서규호(#1171) Park (JOI17_park) C++14
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>

using namespace std;

int N;

int main(){
	N = 1400;
	printf("%d %d %d\n",3,N,N-1);
	for(int i=1; i<N; i++){
		printf("%d %d\n",i-1,i);
	}

	return 0;
}

Compilation message

/tmp/ccDOiAtk.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccgi8Q0y.o:park.cpp:(.text.startup+0x0): first defined here
/tmp/ccDOiAtk.o: In function `main':
grader.cpp:(.text.startup+0x17f): undefined reference to `Detect(int, int)'
collect2: error: ld returned 1 exit status