QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^