QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#771402#5369. 时间旅行dongyc666Compile Error//C++171.2kb2024-11-22 12:33:522024-11-22 12:34:00

Details

answer.code: In function ‘int main()’:
answer.code:44:48: error: expected ‘;’ before ‘t’
   44 |                         j=min(n-1,(s>>(i-1))&1)t[++len]=task{a[i][j],i,j};
      |                                                ^
      |                                                ;
answer.code:48:28: error: ‘Check’ was not declared in this scope; did you mean ‘check’?
   48 |                         if(Check(mid))res=mid,l=mid+1;
      |                            ^~~~~
      |                            check