QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#811561 | #7329. Independent Events | milkdragon# | Compile Error | / | / | C++20 | 6.2kb | 2024-12-12 20:42:56 | 2024-12-12 20:42:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(bool)’: answer.code:255:54: error: ‘ln’ was not declared in this scope; did you mean ‘l’? 255 | ans+=ln(1.0-x); | ^~ | l answer.code:259:61: error: ‘ln’ was not declared in this scope; did you mean ‘l’? 259 | ans=(double)(r-l+1)*ln(1.0-x); | ^~ | l