Submission #72077

# Submission time Handle Problem Language Result Execution time Memory
72077 2018-08-26T05:09:58 Z https://blog.naver.com/nywoo19(#2158, HawkBreaker, njchung99, yu0524) Key of Impassable Doors (FXCUP3_key) C++17
Compilation error
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