QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45352#4561. Catfish FarmGuanYunchangCompile Error//C++14379b2022-08-22 22:27:582022-08-22 22:27:59

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