QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#315550 | #8169. R-Connected Components | ucup-team118# | Compile Error | / | / | C++20 | 2.6kb | 2024-01-27 14:13:03 | 2024-01-27 14:13:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int isqrt(int)’: answer.code:94:17: error: ‘sqrt’ was not declared in this scope; did you mean ‘isqrt’? 94 | int k = sqrt(n); | ^~~~ | isqrt