QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#253871 | #7561. Digit DP | ucup-team1219 | WA | 19ms | 660008kb | C++14 | 5.8kb | 2023-11-17 18:16:32 | 2023-11-17 18:16:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 19ms
memory: 660008kb
input:
3 3 1 2 4 2 000 111 1 010 101 1 2 000 111
output:
tmp: sum0 = 8, sum1 = 28, sum2 = 140, sum3 = 784 1960 tmp: sum0 = 8, sum1 = 32, sum2 = 172, sum3 = 992 3040
result:
wrong output format Expected integer, but "tmp:" found