QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#298520 | #6335. Belt Conveyor | hyforces | Compile Error | / | / | C++20 | 2.5kb | 2024-01-06 12:22:39 | 2024-01-06 12:22:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solve(int, std::vector<int>, std::vector<int>)’: answer.code:62:23: error: ‘Query’ was not declared in this scope 62 | vector<int>qr=Query(flp,itm); | ^~~~~ answer.code:90:5: error: ‘Answer’ was not declared in this scope 90 | Answer(ret); | ^~~~~~