QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#246032 | #7523. Partially Free Meal | moriko | Compile Error | / | / | C++17 | 2.3kb | 2023-11-10 15:37:45 | 2023-11-10 15:37:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:13:9: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 13 | operator < (const dat &p) const { | ^~~~~~~~