QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#803193 | #9869. Horizon Scanning | ucup-team6082# | Compile Error | / | / | C++23 | 1.8kb | 2024-12-07 16:22:06 | 2024-12-07 16:22:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘db len(const Point&)’: answer.code:30:15: error: ‘sqrtl’ is not a member of ‘std’; did you mean ‘sqrt’? 30 | return std::sqrtl(db(sq)); | ^~~~~ | sqrt