QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#243513#6178. 区间子集问题fuckerCompile Error//C++144.5kb2023-11-08 13:33:422023-11-08 13:33:43

詳細信息

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));
      |                                                                                ^~~