QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#153133 | #5607. Cribbage On Steroids | ZhaoZiLong | WA | 21ms | 9268kb | Python3 | 2.5kb | 2023-08-29 14:28:09 | 2023-08-29 14:28:10 |
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: 100
Accepted
time: 10ms
memory: 9264kb
input:
5 4 5 6 5 5
output:
23
result:
ok single line: '23'
Test #2:
score: 0
Accepted
time: 20ms
memory: 9132kb
input:
13 A 2 3 4 5 6 7 8 9 T J Q K
output:
71
result:
ok single line: '71'
Test #3:
score: 0
Accepted
time: 9ms
memory: 9184kb
input:
10 2 2 3 4 5 8 9 T J Q
output:
45
result:
ok single line: '45'
Test #4:
score: -100
Wrong Answer
time: 21ms
memory: 9268kb
input:
5 5 5 5 5 J
output:
33
result:
wrong answer 1st lines differ - expected: '28', found: '33'