QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#485339 | #8593. Coin | ZhaoZiLong | Compile Error | / | / | C++23 | 2.2kb | 2024-07-20 16:36:37 | 2024-07-20 16:36:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': (.text+0x24): undefined reference to `main' /usr/bin/ld: /tmp/ccLGbn3V.o: in function `small(std::vector<int, std::allocator<int> >)': answer.code:(.text+0x1e9): undefined reference to `query_machine(std::vector<int, std::allocator<int> >)' /usr/bin/ld: /tmp/ccLGbn3V.o: in function `determine_type(int)': answer.code:(.text+0x7ef): undefined reference to `query_machine(std::vector<int, std::allocator<int> >)' /usr/bin/ld: answer.code:(.text+0x138f): undefined reference to `answer_type(std::vector<char, std::allocator<char> >)' /usr/bin/ld: answer.code:(.text+0x15dc): undefined reference to `answer_type(std::vector<char, std::allocator<char> >)' /usr/bin/ld: answer.code:(.text+0x17e6): undefined reference to `answer_type(std::vector<char, std::allocator<char> >)' collect2: error: ld returned 1 exit status