QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#347480#5050. ValueZhangYiDeWA 0ms3740kbC++20892b2024-03-09 13:59:552024-03-09 13:59:55

詳細信息

Test #1:

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

input:

4
1 1 1 2
1 1 1 1

output:

4

result:

ok 1 number(s): "4"

Test #2:

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

input:

4
1 1 1 1
1 1 1 2

output:

3

result:

ok 1 number(s): "3"

Test #3:

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

input:

1
4
10

output:

4

result:

ok 1 number(s): "4"

Test #4:

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

input:

2
6 8
2 4

output:

14

result:

ok 1 number(s): "14"

Test #5:

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

input:

5
1 6 10 5 1
7 1 5 10 9

output:

17

result:

wrong answer 1st numbers differ - expected: '18', found: '17'