QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869133 | #9965. Game MPO | ZhangYiDe | Compile Error | / | / | C++20 | 576b | 2025-01-24 23:22:09 | 2025-01-24 23:22:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In instantiation of ‘main()::<lambda(auto:47&&, long long int, long double)> [with auto:47 = main()::<lambda(auto:47&&, long long int, long double)>&]’: answer.code:28:12: required from here 28 | cout << ev(ev, 0, 1.0) << endl; | ~~^~~~~~~~~~~~ answer.code:23:37: error: ‘p’ cannot be used as a function 23 | ans += ((idx+1) * p (self, idx+1, p)); | ~~^~~~~~~~~~~~~~~~