QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#414096#3788. Funny Car RacingGuanYunchangCompile Error//C++171.6kb2024-05-18 15:16:522024-05-18 15:16:52

Details

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