QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
answer.code:74:8: error: ISO C++ forbids declaration of ‘det’ with no type [-fpermissive] 74 | inline det (point a, point b) | ^~~