QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#235871 | #6632. Minimize Median | ucup-team1295 | Compile Error | / | / | C++20 | 1.6kb | 2023-11-03 11:41:16 | 2023-11-03 11:41:17 |
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:46:31: error: ‘fac’ was not declared in this scope 46 | for(const auto& val : fac[i]) | ^~~