QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#414095 | #3788. Funny Car Racing | ZhaoZiLong | Compile Error | / | / | C++20 | 1.6kb | 2024-05-18 15:16:38 | 2024-05-18 15:16:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:7:16: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 7 | friend operator<(PII A,PII B) | ^~~~~~~~