QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#287894#7778. Turning Permutationucup-team874#Compile Error//C++171.9kb2023-12-21 09:20:462023-12-21 09:20:47

詳細信息

answer.code:71:7: error: invalid preprocessing directive #print
   71 |     # print("dbg: " + str(cur) + " " + str(mx))
      |       ^~~~~
answer.code:87:7: error: invalid preprocessing directive #print
   87 |     # print("dbg: " + str(i) + " " + str(cur))
      |       ^~~~~
answer.code:1:1: error: ‘dp’ does not name a type
    1 | dp = [[[0 for _ in range(51)] for _ in range(51)] for _ in range(2)]
      | ^~