QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#602863 | #8795. Mysterious Sequence | ucup-team4741# | Compile Error | / | / | C++20 | 1.6kb | 2024-10-01 13:14:08 | 2024-10-01 13:14:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:33:21: error: ‘sqrt’ was not declared in this scope 33 | double u = (A + sqrt(A * A + 4.0 * B)) / 2; | ^~~~