QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#872660 | #8619. Interactive Casino | ucup-team2670# | Compile Error | / | / | C++23 | 5.3kb | 2025-01-26 03:23:37 | 2025-01-26 03:23:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In lambda function: answer.code:72:25: sorry, unimplemented: capture of variably-modified type ‘ld [(T + 1)][(M + 1)]’ {aka ‘long double [(T + 1)][(M + 1)]’} that is not an N3639 array of runtime bound 72 | return (f[i - 1][max(m - b, 0)] + f[i - 1][min(m + 2 * b, M)]) / 2; | ^ answer.code:72:25: note: because the array element type ‘ld [(M + 1)]’ {aka ‘long double [(M + 1)]’} has variable size answer.code:72:51: sorry, unimplemented: capture of variably-modified type ‘ld [(T + 1)][(M + 1)]’ {aka ‘long double [(T + 1)][(M + 1)]’} that is not an N3639 array of runtime bound 72 | return (f[i - 1][max(m - b, 0)] + f[i - 1][min(m + 2 * b, M)]) / 2; | ^ answer.code:72:51: note: because the array element type ‘ld [(M + 1)]’ {aka ‘long double [(M + 1)]’} has variable size