QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#243513 | #6178. 区间子集问题 | fucker | Compile Error | / | / | C++14 | 4.5kb | 2023-11-08 13:33:42 | 2023-11-08 13:33:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void build(int, int, int)’: answer.code:111:80: error: ‘(f’ was not declared in this scope 111 | t[i + 1][1][z] = max(t[i + 1][1][z], f[o].g[i][j][z] + (f[o].lf - e[o].first)); | ^~~