QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#463777#6956. Many Topological ProblemsHuangHanShengCompile Error//C89301b2024-07-05 14:09:592024-07-05 14:09:59

Details

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