답안 #72019

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
72019 2018-08-26T04:46:05 Z 비타500(#2243, junodeveloper, solarmagic) 통행이 제한된 저택 (FXCUP3_key) C++11
컴파일 오류
0 ms 0 KB
#include <stdio.h>

int main() {
	printf("12 34 38 93 53 46 67 31 54 26 92 48");
	return 0;
}

Compilation message

/tmp/cchVuAFs.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccILKXjo.o:key.cpp:(.text.startup+0x0): first defined here
/tmp/cchVuAFs.o: In function `main':
grader.cpp:(.text.startup+0x13b): undefined reference to `EnsureKeyInfo(int)'
collect2: error: ld returned 1 exit status