QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#700504 | #5253. Denormalization | GuanYunchang | Compile Error | / | / | C++20 | 451b | 2024-11-02 13:06:33 | 2024-11-02 13:06:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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