QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#153133#5607. Cribbage On SteroidsZhaoZiLongWA 21ms9268kbPython32.5kb2023-08-29 14:28:092023-08-29 14:28:10

詳細信息

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'