QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#327500#7843. Delivery ForcesMaMengQiWA 254ms7024kbC++17368b2024-02-15 04:48:262024-02-15 04:48:27

详细

Test #1:

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

input:

3
1 2 3

output:

2

result:

ok single line: '2'

Test #2:

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

input:

6
5 6 2 3 1 4

output:

8

result:

ok single line: '8'

Test #3:

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

input:

9
2 6 3 9 7 4 3 3 8

output:

17

result:

ok single line: '17'

Test #4:

score: -100
Wrong Answer
time: 254ms
memory: 7024kb

input:

999999
766215 713129 551905 26477 394429 38270 323358 169906 134399 27212 592253 393932 784669 231406 670086 161895 170373 200301 820284 399513 997129 346324 634336 514417 694071 485811 363428 44301 340537 911474 168896 329130 523456 877443 700589 499969 765879 53627 808883 878775 729503 480197 9869...

output:

-1128166750

result:

wrong answer 1st lines differ - expected: '222210132642', found: '-1128166750'