QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#535082#8257. Marathon Race 2egypt_ioi2024_04Compile Error//C++202.0kb2024-08-27 19:27:522024-08-27 19:27:52

Details

answer.code: In function ‘int main()’:
answer.code:70:37: error: expected ‘;’ before ‘if’
   70 |             p=upper_bound(x,x+n,t)-x
      |                                     ^
      |                                     ;
   71 |             if(p<n)ans=min(ans,calc(s,t,p));
      |             ~~