QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#283666 | #6509. Not Another Range Query Problem | ezteam1 | Compile Error | / | / | C++14 | 3.0kb | 2023-12-15 08:48:47 | 2023-12-15 08:48:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:50:23: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 50 | inline friend operator<(const Query &a,const Query &b){ | ^~~~~~~~