QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#783622 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++14 | 2.5kb | 2024-11-26 11:04:55 | 2024-11-26 11:04:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<long long int> travel(std::vector<long long int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:54:1: warning: control reaches end of non-void function [-Wreturn-type] 54 | } | ^ /usr/bin/ld: /tmp/cc8FVwlA.o: in function `my_assert(bool, int)': answer.code:(.text+0x50): multiple definition of `my_assert(bool, int)'; /tmp/cc8eHdGB.o:implementer.cpp:(.text+0x40): first defined here /usr/bin/ld: /tmp/cc8FVwlA.o: in function `main': answer.code:(.text.startup+0x0): multiple definition of `main'; /tmp/cc8eHdGB.o:implementer.cpp:(.text.startup+0x0): first defined here collect2: error: ld returned 1 exit status