QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#252347 | #6632. Minimize Median | ucup-team959 | Compile Error | / | / | C++23 | 1.5kb | 2023-11-15 18:39:12 | 2023-11-15 18:39:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:34:24: error: ‘j’ was not declared in this scope 34 | if (i!=j&&j!=1) b[i] = min(b[i], b[i/j] + b[j]); | ^