Submission #72019

# Submission time Handle Problem Language Result Execution time Memory
72019 2018-08-26T04:46:05 Z 비타500(#2243, junodeveloper, solarmagic) Key of Impassable Doors (FXCUP3_key) C++11
Compilation error
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