QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#524158 | #5607. Cribbage On Steroids | lmq26052003 | WA | 0ms | 3612kb | C++20 | 1.2kb | 2024-08-19 11:20:50 | 2024-08-19 11:20:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'