QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#524158#5607. Cribbage On Steroidslmq26052003WA 0ms3612kbC++201.2kb2024-08-19 11:20:502024-08-19 11:20:52

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3540kb

input:

5
4 5 6 5 5

output:

23

result:

ok single line: '23'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3612kb

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: 0ms
memory: 3580kb

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: 0ms
memory: 3536kb

input:

5
5 5 5 5 J

output:

33

result:

wrong answer 1st lines differ - expected: '28', found: '33'