QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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)] | ^~