QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#404554 | #5531. ICC | hyforces# | Compile Error | / | / | C++20 | 2.3kb | 2024-05-04 08:18:58 | 2024-07-01 04:29:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool locQuery(std::vector<int>&, std::vector<int>&)’: answer.code:25:39: error: request for member ‘ay’ in ‘ax’, which is of non-class type ‘int [<anonymous>]’ 25 | return query(x.size(),y.size(),ax.ay); | ^~