QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#685636 | #8022. Walker | ucup-team4645 | Compile Error | / | / | C++23 | 3.3kb | 2024-10-28 20:31:29 | 2024-10-28 20:31:30 |
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:67:9: error: ‘xx’ was not declared in this scope 67 | xx = (av * (2.0 * (b - a) + n - b) - 2.0 * a * bv) / (2.0 * av + bv); | ^~