QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#414096 | #3788. Funny Car Racing | GuanYunchang | Compile Error | / | / | C++17 | 1.6kb | 2024-05-18 15:16:52 | 2024-05-18 15:16:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:7:16: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 7 | friend operator<(PII A,PII B) | ^~~~~~~~