QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#877559#9065. Acceptable Seating ArrangementsZhangYiDeCompile Error//C++233.0kb2025-01-31 23:22:112025-01-31 23:22:11

详细

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)
      |     ^~~~~~~~