QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45352 | #4561. Catfish Farm | GuanYunchang | Compile Error | / | / | C++14 | 379b | 2022-08-22 22:27:58 | 2022-08-22 22:27:59 |
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:19:1: warning: no return statement in function returning non-void [-Wreturn-type] 19 | } | ^ /tmp/ccHnaqlp.o: In function `main': implementer.cpp:(.text.startup+0x26f): 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