QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#331090 | #5463. Range Closest Pair of Points Query | ReineRabbit | Compile Error | / | / | C++17 | 2.9kb | 2024-02-17 23:46:35 | 2024-02-17 23:46:35 |
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:66:15: error: ‘sqrt’ was not declared in this scope 66 | B=(ll)sqrt(n); | ^~~~