QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#863065 | #9746. 平方根 | GuanYunChang | Compile Error | / | / | C++23 | 1.4kb | 2025-01-19 12:36:21 | 2025-01-19 12:36:21 |
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:81:23: error: ‘sqrtl’ was not declared in this scope; did you mean ‘strtol’? 81 | double ans = j1 + sqrtl(2) * j2; | ^~~~~ | strtol