QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#877559 | #9065. Acceptable Seating Arrangements | ZhangYiDe | Compile Error | / | / | C++23 | 3.0kb | 2025-01-31 23:22:11 | 2025-01-31 23:22:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:17:5: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 17 | operator < (Value v) | ^~~~~~~~ answer.code:22:5: error: ISO C++ forbids declaration of ‘operator!=’ with no type [-fpermissive] 22 | operator != (Value v) | ^~~~~~~~