QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#370320 | #4089. 회의실 | seojinhyeong99 | Compile Error | / | / | C++11 | 259b | 2024-03-29 01:42:15 | 2024-03-29 01:42:16 |
Judging History
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