QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#370320#4089. 회의실seojinhyeong99Compile Error//C++11259b2024-03-29 01:42:152024-03-29 01:42:16

Judging History

你现在查看的是最新测评结果

  • [2024-03-29 01:42:16]
  • 评测
  • [2024-03-29 01:42:15]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
#define X first
#define Y second
typedef pair<int, int> pi;
typedef long long ll;
int main()
{
    ios_base::sync_with_stdio(false), cin.tie(0);
    //freopen("input.txt", "r", stdin);
    cout<<"hi";
}

Details

/usr/bin/ld: /tmp/ccEDgXKA.o: in function `main':
answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/ccvle3WA.o:implementer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccvle3WA.o: in function `main':
implementer.cpp:(.text.startup+0x23b): undefined reference to `min_charge(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