QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#700504#5253. DenormalizationGuanYunchangCompile Error//C++20451b2024-11-02 13:06:332024-11-02 13:06:34

Details

answer.code: In function ‘int main()’:
answer.code:11:34: error: ‘absl’ was not declared in this scope; did you mean ‘fabsl’?
   11 |         for(int j=2;j<=n;j++) if(absl(r[j]-roundl(r[j]))>1e-7) no=1;
      |                                  ^~~~
      |                                  fabsl