QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#679439 | #9528. New Energy Vehicle | ucup-team4411# | Compile Error | / | / | C++23 | 1.3kb | 2024-10-26 17:36:23 | 2024-10-26 17:36:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:9:9: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 9 | operator<(const node &a)const{ | ^~~~~~~~