QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#256215 | #5537. Storing Eggs | ucup-team026# | Compile Error | / | / | C++23 | 1.8kb | 2023-11-18 18:04:27 | 2023-11-18 18:04:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:19:31: error: ‘sqrt’ was not declared in this scope 19 | int contrib = sqrt(sqdist - (t - si) * (t - si)) + st[si]; | ^~~~