답안 #888584

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
888584 2023-12-17T22:08:54 Z box Monster Game (JOI21_monster) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
 
int main() {
    
}

Compilation message

/usr/bin/ld: /tmp/ccsGDFYP.o: in function `main':
stub.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccVcA2YN.o:monster.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccsGDFYP.o: in function `main':
stub.cpp:(.text.startup+0xb3): undefined reference to `Solve(int)'
collect2: error: ld returned 1 exit status