QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#315550#8169. R-Connected Componentsucup-team118#Compile Error//C++202.6kb2024-01-27 14:13:032024-01-27 14:13:04

Details

answer.code: In function ‘int isqrt(int)’:
answer.code:94:17: error: ‘sqrt’ was not declared in this scope; did you mean ‘isqrt’?
   94 |         int k = sqrt(n);
      |                 ^~~~
      |                 isqrt