QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#313878 | #7730. Convex Checker | ZhaoZiLong | Compile Error | / | / | C++14 | 3.2kb | 2024-01-25 08:38:22 | 2024-01-25 08:38:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:74:8: error: ISO C++ forbids declaration of ‘det’ with no type [-fpermissive] 74 | inline det (point a, point b) | ^~~