QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44972#4561. Catfish FarmGuanYunchangCompile Error//C++171.1kb2022-08-22 12:08:362022-08-22 12:08:39

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:31:9: error: conflicting declaration ‘int subTask1’
   31 |     int subTask1 = 0;
      |         ^~~~~~~~
answer.code:11:10: note: previous declaration as ‘bool subTask1’
   11 |     bool subTask1 = true;
      |          ^~~~~~~~