답안 #72074

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
72074 2018-08-26T05:09:32 Z https://blog.naver.com/nywoo19(#2158, HawkBreaker, njchung99, yu0524) 마법 다우징 (FXCUP3_magic) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

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

Compilation message

/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