QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#331090#5463. Range Closest Pair of Points QueryReineRabbitCompile Error//C++172.9kb2024-02-17 23:46:352024-02-17 23:46:35

Details

answer.code: In function ‘int main()’:
answer.code:66:15: error: ‘sqrt’ was not declared in this scope
   66 |         B=(ll)sqrt(n);
      |               ^~~~