QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#414096#3788. Funny Car RacingGuanYunchangCompile Error//C++171.6kb2024-05-18 15:16:522024-05-18 15:16:52

詳細信息

answer.code:7:16: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive]
    7 |         friend operator<(PII A,PII B)
      |                ^~~~~~~~