QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#873006 | #7739. Knapsack | GuanYunchang | Compile Error | / | / | C++20 | 1.7kb | 2025-01-26 07:00:11 | 2025-01-26 07:00:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solved()’: answer.code:45:14: error: expected primary-expression before ‘>=’ token 45 | ans +>= auxiliar[i].first; | ^~