QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#455881#8815. Space Stationucup-team3590WA 0ms3728kbC++171.9kb2024-06-26 23:15:232024-06-26 23:15:24

详细

Test #1:

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

input:

3 3
2 3 4

output:

499122185

result:

ok 1 number(s): "499122185"

Test #2:

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

input:

5 1
10 20 30 40 50

output:

5

result:

ok 1 number(s): "5"

Test #3:

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

input:

1 9
37

output:

9

result:

ok 1 number(s): "9"

Test #4:

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

input:

5 5
24 41 29 6 40

output:

25

result:

ok 1 number(s): "25"

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3728kb

input:

10 34
91 86 1 14 98 13 85 64 91 20

output:

258672374

result:

wrong answer 1st numbers differ - expected: '707882334', found: '258672374'