QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#614820#9443. Left Equals Rightucup-team4385#WA 1ms5852kbC++141.2kb2024-10-05 16:59:162024-10-05 16:59:18

詳細信息

Test #1:

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

input:

3
4 9 5

output:

4

result:

ok "4"

Test #2:

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

input:

2
100 100

output:

2

result:

ok "2"

Test #3:

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

input:

8
3 2 6 3 1 2 4 5

output:

11520

result:

ok "11520"

Test #4:

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

input:

2
93 93

output:

2

result:

ok "2"

Test #5:

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

input:

2
62 45

output:

0

result:

ok "0"

Test #6:

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

input:

3
32 68 36

output:

4

result:

ok "4"

Test #7:

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

input:

3
27 2 25

output:

4

result:

ok "4"

Test #8:

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

input:

10
38 27 36 88 77 25 73 44 11 21

output:

14400

result:

wrong answer 1st words differ - expected: '126720', found: '14400'