QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) | ^~~~~~~~