QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#790172 | #4636. Optimal Assortment | GuanYunchang | Compile Error | / | / | C++17 | 2.3kb | 2024-11-28 03:34:46 | 2024-11-28 03:34:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void print_ans()’: answer.code:64:18: error: ‘best_split’ was not declared in this scope 64 | ll a = t.query(best_split+1, 1e6).vl; | ^~~~~~~~~~