QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#256901#7626. Quake and Rebuilducup-team456#Compile Error//C++207.9kb2023-11-18 22:52:122023-11-18 22:52:12

Details

answer.code: In function ‘int main()’:
answer.code:246:31: error: ‘sqrt’ was not declared in this scope
  246 |     seg_count = max(1, (int) (sqrt(n) / 3));
      |                               ^~~~