QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#287894 | #7778. Turning Permutation | ucup-team874# | Compile Error | / | / | C++17 | 1.9kb | 2023-12-21 09:20:46 | 2023-12-21 09:20:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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)] | ^~