QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535213#4590. Happy TravellingDennisTran#WA 2ms13540kbC++142.7kb2024-08-27 21:45:402024-08-27 21:45:40

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 13028kb

input:

6 2 1
8 -7 -8 9 0 2
5 3 3 2 1

output:

18

result:

ok single line: '18'

Test #2:

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

input:

8 8 8
10 -5 -5 -5 -5 -5 -5 10
5 2 5 3 2 1 1

output:

15

result:

ok single line: '15'

Test #3:

score: 0
Accepted
time: 2ms
memory: 13540kb

input:

13 2 2
-5 -4 -4 -1 7 -6 -5 -4 -3 -2 -1 5 -7
3 10 9 8 7 6 5 4 3 2 1 1

output:

-9

result:

ok single line: '-9'

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 13092kb

input:

2 1 0
-10000 10000
1

output:

10000

result:

wrong answer 1st lines differ - expected: '0', found: '10000'