QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#385727 | #7561. Digit DP | ucup-team1617 | WA | 0ms | 3648kb | C++23 | 7.0kb | 2024-04-11 00:51:24 | 2024-04-11 00:51:24 |
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: 0ms
memory: 3648kb
input:
3 3 1 2 4 2 000 111 1 010 101 1 2 000 111
output:
1960 12
result:
wrong answer 2nd numbers differ - expected: '3040', found: '12'