QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#223474 | #6632. Minimize Median | ucup-team1248 | Compile Error | / | / | C++23 | 2.4kb | 2023-10-22 10:11:12 | 2023-10-22 10:11:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘bool good(vi&, int, std::vector<long long int>&, ll)’: answer.code:48:23: error: ‘I’ was not declared in this scope 48 | int d=ceildiv(v[I]+1,mid+1); | ^