QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#129037#1171. Integer Array ShuffleRcNryGinWA 1ms3848kbC++14486b2023-07-21 19:56:462023-07-21 19:56:50

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3800kb

input:

3
2 2 5

output:

0

result:

ok 1 number(s): "0"

Test #2:

score: 0
Accepted
time: 1ms
memory: 3776kb

input:

6
1 5 8 10 3 2

output:

1

result:

ok 1 number(s): "1"

Test #3:

score: 0
Accepted
time: 1ms
memory: 3816kb

input:

8
14253630 18210471 431833031 681754868 791250850 811241570 837112104 858531105

output:

0

result:

ok 1 number(s): "0"

Test #4:

score: 0
Accepted
time: 1ms
memory: 3792kb

input:

3
2 2 5

output:

0

result:

ok 1 number(s): "0"

Test #5:

score: -100
Wrong Answer
time: 1ms
memory: 3848kb

input:

7
4 2 4 2 5 3 4

output:

2.58496

result:

wrong output format Expected integer, but "2.58496" found