QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#256215#5537. Storing Eggsucup-team026#Compile Error//C++231.8kb2023-11-18 18:04:272023-11-18 18:04:28

Details

answer.code: In lambda function:
answer.code:19:31: error: ‘sqrt’ was not declared in this scope
   19 |                 int contrib = sqrt(sqdist - (t - si) * (t - si)) + st[si];
      |                               ^~~~