답안 #72077

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
72077 2018-08-26T05:09:58 Z https://blog.naver.com/nywoo19(#2158, HawkBreaker, njchung99, yu0524) 통행이 제한된 저택 (FXCUP3_key) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

int main(){
    cout << "������������" << endl;
}

Compilation message

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