QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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)); | ~~^~~~~~~~~~~~~~~~