QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#720648 | #9576. Ordainer of Inexorable Judgment | ucup-team5580# | Compile Error | / | / | C++23 | 4.4kb | 2024-11-07 13:34:18 | 2024-11-07 13:34:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:7:15: error: ‘acosl’ is not a member of ‘std’; did you mean ‘acoshl’? 7 | f80 PI = std::acosl(-1.l); | ^~~~~ | acoshl answer.code: In member function ‘f80 Point::norm() const’: answer.code:31:21: error: ‘sqrtl’ is not a member of ‘std’; did you mean ‘sqrt’? 31 | return std::sqrtl(square()); | ^~~~~ | sqrt answer.code: In function ‘int main()’: answer.code:165:18: error: ‘floorl’ is not a member of ‘std’; did you mean ‘floor’? 165 | int N = std::floorl(t * w / (2.l * PI)); | ^~~~~~ | floor