답안 #789560

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
789560 2023-07-21T13:50:53 Z Joibangla 사이버랜드 (APIO23_cyberland) C++17
컴파일 오류
0 ms 0 KB
#include<bits/stdc++.h> 
using namespace std;
int main(){
cout<<"hello world"<<"/n"; 
return 0;}

Compilation message

/usr/bin/ld: /tmp/ccbG9uaq.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccv2g2yr.o:cyberland.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccbG9uaq.o: in function `main':
grader.cpp:(.text.startup+0x696): undefined reference to `solve(int, int, int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status