QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44984 | #4561. Catfish Farm | GuanYunchang | Compile Error | / | / | C++17 | 1.2kb | 2022-08-22 12:12:01 | 2022-08-22 12:12:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int max_weights(int, int, int*, int*, int*)’: answer.code:43:1: warning: control reaches end of non-void function [-Wreturn-type] 43 | } | ^ /tmp/ccnBVKem.o: In function `main': answer.code:(.text.startup+0x0): multiple definition of `main' /tmp/ccatGxpg.o:implementer.cpp:(.text.startup+0x0): first defined here /tmp/ccatGxpg.o: In function `main': implementer.cpp:(.text.startup+0x27f): undefined reference to `max_weights(int, 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