QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#463777 | #6956. Many Topological Problems | HuangHanSheng | Compile Error | / | / | C89 | 301b | 2024-07-05 14:09:59 | 2024-07-05 14:09:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:1:1: warning: data definition has no type or storage class 1 | dp = [0.0] * 1000 | ^~ answer.code:1:6: error: expected expression before ‘[’ token 1 | dp = [0.0] * 1000 | ^