QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#463777#6956. Many Topological ProblemsHuangHanShengCompile Error//C89301b2024-07-05 14:09:592024-07-05 14:09:59

詳細信息

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
      |      ^