QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#277247 | #7744. Elevator | moriko | Compile Error | / | / | C++17 | 1.4kb | 2023-12-06 17:00:38 | 2023-12-06 17:00:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:12:9: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 12 | operator < (const item &p) const { | ^~~~~~~~