QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#664328#8936. Team Arrangementucup-team090#Compile Error//C++231.4kb2024-10-21 20:11:182024-10-21 20:11:19

Details

answer.code: In function ‘bool check(int)’:
answer.code:25:55: error: return-statement with no value, in function returning ‘bool’ [-fpermissive]
   25 |             while(q.size() && q.top() < i) { q.pop(); return ; }
      |                                                       ^~~~~~