QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#441640#8577. 평균 최대화ZhangYiDeCompile Error//C++201.5kb2024-06-14 16:53:152024-06-14 16:53:16

Details

answer.code: In function ‘bool f(std::pair<long long int, long long int>, std::pair<long long int, long long int>)’:
answer.code:34:21: error: ‘w’ was not declared in this scope
   34 |         return (Q < w);
      |                     ^
answer.code: In function ‘std::pair<long long int, long long int> rec(std::vector<int>&)’:
answer.code:42:1: warning: no return statement in function returning non-void [-Wreturn-type]
   42 | }
      | ^