QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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