QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#126126#6410. Classical DP Problemmoonrabbit2WA 37ms101388kbC++174.0kb2023-07-18 10:38:022023-07-18 10:38:12

详细

Test #1:

score: 100
Accepted
time: 26ms
memory: 101388kb

input:

3
1 2 3

output:

2 6

result:

ok 2 number(s): "2 6"

Test #2:

score: 0
Accepted
time: 37ms
memory: 101252kb

input:

1
1

output:

1 1

result:

ok 2 number(s): "1 1"

Test #3:

score: 0
Accepted
time: 36ms
memory: 101348kb

input:

2
1 1

output:

1 2

result:

ok 2 number(s): "1 2"

Test #4:

score: -100
Wrong Answer
time: 28ms
memory: 101288kb

input:

2
2 2

output:

2 2

result:

wrong answer 2nd numbers differ - expected: '6', found: '2'