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