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