Submission #72074

#TimeUsernameProblemLanguageResultExecution timeMemory
72074https://blog.naver.com/nywoo19 (#118)Magic Dowsing (FXCUP3_magic)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int main(){ cout << "������������" << endl; }

Compilation message (stderr)

/tmp/ccglCcG7.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/cctiBNQC.o:dowsing.cpp:(.text.startup+0x0): first defined here
/tmp/ccglCcG7.o: In function `main':
grader.cpp:(.text.startup+0x9d): undefined reference to `FindTreasure(int)'
collect2: error: ld returned 1 exit status