QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#474915#6749. TargetGuanYunchangCompile Error//C++11303b2024-07-13 09:19:332024-07-13 09:19:34

Details

answer.code: In function ‘int main()’:
answer.code:15:16: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’?
   15 |         while (fabs(n - m) > 1e-4) {
      |                ^~~~
      |                labs