QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#414095#3788. Funny Car RacingZhaoZiLongCompile Error//C++201.6kb2024-05-18 15:16:382024-05-18 15:16:38

Details

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